ITADN

Support Python 3.14

#298Closedicemac 创建于 2025-03-14
RELEASE BLOCKER
I
icemaccommented
Look through the change log of Python 3.14 (once the first release candidate version is released End of July 2025 (see https://peps.python.org/pep-0745/)) 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.14 right now, let's see how they evolve after they can be used, Open tasks: - [x] make package installable and fix tests - [x] Change log: `Allow to use the package with Python 3.14 -- Caution: No security audit has been done so far.` - [x] cut an alpha dev release (8.1a1.dev0) - [x] security audit after rc1 Python release ([detailed instructions](https://github.com/zopefoundation/RestrictedPython/blob/master/docs/contributing/index.rst#preperations-for-a-new-python-version)) - [x] Prepare for a new Python version after its rc1 release ([detailed instructions](https://github.com/zopefoundation/RestrictedPython/blob/master/docs/contributing/index.rst#preperations-for-a-new-python-version)) - [x] Create a copy of this ticket for Python 3.15 (first alpha is expected to land October 2025)
关闭于 2025-10-20 7 条评论