zopefoundation / RestrictedPython

A restricted execution environment for Python to run untrusted code.
http://restrictedpython.readthedocs.io/
Other
457 stars 38 forks source link

Tests are broken with Python 3.11.0b3 #228

Closed icemac closed 2 years ago

icemac commented 2 years ago

Currently we test against b1 where everything is fine, but b3 breaks 59 tests.

Typical error message when calling compile on an AST created by RestrictedPython: ValueError: AST node line range (4, 1) is not valid

icemac commented 2 years ago

Fixed in #229.