Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace SWIG_Python_AppendOutput with SWIG_AppendOutput for SWIG 4.3.0 compatibility #996

Merged
merged 1 commit into from
Nov 29, 2024

Conversation

traversaro
Copy link
Member

SWIG_Python_AppendOutput was never meant to be used and changed the signature in SWIG 4.3.0, SWIG_AppendOutput is the function that should be used and is also present in older SWIG releases, see https://sourceforge.net/p/swig/mailman/message/58825934/ and numpy/numpy#27579 for context.

@pattacini pattacini merged commit 908cbcd into master Nov 29, 2024
4 checks passed
@pattacini pattacini deleted the traversaro-patch-1 branch November 29, 2024 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants