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

Support python 3.11 #445

Closed
ronaldoussoren opened this issue Mar 1, 2022 · 4 comments
Closed

Support python 3.11 #445

ronaldoussoren opened this issue Mar 1, 2022 · 4 comments

Comments

@ronaldoussoren
Copy link
Owner

The test suite crashes when using Python 3.11, this needs to be fixed (even if 3.11 is still in alpha).

@ronaldoussoren
Copy link
Owner Author

ronaldoussoren commented Mar 1, 2022

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.

@ronaldoussoren
Copy link
Owner Author

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).

@ronaldoussoren
Copy link
Owner Author

The fix for bpo-46891 was merged. I'll revert the changeset and close this issue once 3.11a6 is released.

@ronaldoussoren
Copy link
Owner Author

I've reverted the workarounds now that the changes will be fixed in 3.11a6 (not yet pushed to GH).

Changeset c267997

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

No branches or pull requests

1 participant