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

Add support for Python 3.12 #713

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

black-sliver
Copy link

Py 3.12 changes how yield loops are generated and I didn't want to rework how jump analysis works, so the change detects the new jump combination and "inserts" the old one.
See comment in Decompiler.get_instructions.

Everything else was mostly straight forward.

Tested with 3.8.19, 3.9.19, 3.10.14, 3.11.9, 3.12.3
and get the same test results for all of them run=3870 errors=1 failures=17.
All failures are in pony.orm.tests.test_json.TestJson and also happen on main for me.

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.

None yet

1 participant