-
Notifications
You must be signed in to change notification settings - Fork 51
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
Support python 3.11 #445
Comments
I've filed https://bugs.python.org/issue46891 about a crash in CPython when an objc.ObjCLazyModule is created. Changeset 5d0f379 is a workaround for this bug. |
Other than the BPO mentioned earlier tests pass (pyobjc-core). I'm keeping this issue open to track the BPO state, the workaround in 5d0f379 will be reverted once the fix for that bug ends up in a release (hopefully alpha 6). |
The fix for bpo-46891 was merged. I'll revert the changeset and close this issue once 3.11a6 is released. |
I've reverted the workarounds now that the changes will be fixed in 3.11a6 (not yet pushed to GH). Changeset c267997 |
The test suite crashes when using Python 3.11, this needs to be fixed (even if 3.11 is still in alpha).
The text was updated successfully, but these errors were encountered: