-
Notifications
You must be signed in to change notification settings - Fork 38
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.12 #246
Comments
I have checked the items in What's new in Python 3.12 and did not find a problem for PEP 695 PEP 701 Interpreter improvements -- irrelevant for PEP 688 buffer protocol from Python Standard library improvements -- no module exposed by Irrelevant for Nothing critical in section "Other language changes". A few uncritical new methods in the A few uncritical changes in the Irrelevant for |
Thank you very much for taking a closer look. @icemac did you want to do your own audit? If not, Dieter's assessment sounds good to me and we could move forward with a release. |
@d-maurer Thank you for your detailed analysis. I am now going to cut a release. |
Just released https://pypi.org/project/RestrictedPython/7.0/ |
Look through the change log of Python 3.12 (once the final version is released) for potential issues which need to be handled by RestrictedPython to prevent access to otherwise forbidden data/objects.
There is no need to support new language features of Python 3.12 right now, let's see how they evolve when started being used.
Open tasks:
The text was updated successfully, but these errors were encountered: