You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Change tuple conversion to always give cell #18
* Workaround for segfault on multiple reuse of wrap np array #19
* Update tests
* Fix nargout bug; now defaults to nargout=0 spinw#147
* Update CITATION.cff, CHANGELOG.md
* Fix get_nlhs() function for nested calls
* Restore get_nlhs from disassembly
* Fix heap error in converter in call_python
* Move py fun wrapper to type_conv from libpymcr main
* Fix euphonic/tobyfit errors
Change call_python to use global dict
Update to work on Python 3.11
Add setdlopenflags(DEEPBIND) for Linux
This code will cause a segfault if run repeatedly:
If the second last line is changed to:
the segfault does not occur. The segfault also does not occur for a simple pass-through, e.g.
The text was updated successfully, but these errors were encountered: