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

RELEASE v0.2.1 #38

Merged
merged 4 commits into from
Mar 3, 2025
Merged

RELEASE v0.2.1 #38

merged 4 commits into from
Mar 3, 2025

Conversation

mducle
Copy link
Member

@mducle mducle commented Mar 3, 2025

The real 0.2 release - fixes some bugs found when testing 0.2 pre-release with pace-python:

  • Fix issue with parsing which files to include in version-independent part of ctf archive
  • Fix GIL deadlock when using call_python
  • Refactor call_python mex file to not link at all with Python - to overcome ABI changes between 3.11, 3.12 and 3.13. This allows us to ship a single mex file in the ctf rather than having one for each Python release. The main call_python code is now included in libpymcr rather than the mex-file.

Only a stub with pointer to the main function left in me.
This means mex file has no link to Python (all calls to Python
handled inside libpymcr) so we can handle the ABI changes >3.11
@mducle mducle merged commit 25a2350 into main Mar 3, 2025
4 checks passed
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.

1 participant