You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: uncommenting the final cm() works as expected in both Python3.11 and Python3.12 (exception but no seg fault).
[dmgrime@dave-laptop:~]$ python3.11 breakme.py
File "/home/dmgrime/breakme.py", line 2
async with (
^^^^^^^^^^^^
SyntaxError: too many statically nested blocks
[dmgrime@dave-laptop:~]$ python3.12 breakme.py
File "/home/dmgrime/breakme.py", line 2
async with (
^^^^^^^^^^^^
SyntaxError: too many statically nested blocks
[dmgrime@dave-laptop:~]$
CPython versions tested on:
3.11, 3.12
Operating systems tested on:
Linux
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug description:
The above code (with the final cm() commented out) will cause a Segmentation Fault on Ubuntu 22.04. This works as expected on Python3.11.
Note: commenting out an additional cm() works as expected in both Python3.11 and Python3.12 (no exception, no seg fault).
Note: uncommenting the final cm() works as expected in both Python3.11 and Python3.12 (exception but no seg fault).
CPython versions tested on:
3.11, 3.12
Operating systems tested on:
Linux
The text was updated successfully, but these errors were encountered: