-
Notifications
You must be signed in to change notification settings - Fork 43
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
Proper free-threaded ABI support blockers #126
Comments
nitzmahone
changed the title
Proper free-threaded API support blockers
Proper free-threaded ABI support blockers
Sep 6, 2024
Hi @nitzmahone - I'm happy to help out with this if you're okay with reviewing some PRs. |
what's the expect time this issue the can be close? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tracking known blockers to actual support of Python's new
t
free-threaded ABI - add new ones as we discover them.Py_LIMITED_API
(default) undert
ABI will always segfault. (fixed by Hard disable Py_LIMITED_API under free-threaded build #125)(Crash in
Py_Initialize
in non-main thread in free-threading build python/cpython#123022), fixed in 3.13.0rc2)PyUnstable_Module_SetGIL()
during extension init to control the automatic legacy extension GIL re-enable.The text was updated successfully, but these errors were encountered: