Message377445
On windows 10, master:
> python.bat --version
Running Release|Win32 interpreter...
Python 3.10.0a0
>python.bat x.py
Running Release|Win32 interpreter...
SyntaxError: too many statically nested blocks
That's when x.py has the nested for loops without else. The error goes away if I add the else. |
|
Date |
User |
Action |
Args |
2020-09-24 11:13:12 | iritkatriel | set | recipients:
+ iritkatriel, Mark.Shannon, serhiy.storchaka, myzhang1029 |
2020-09-24 11:13:12 | iritkatriel | set | messageid: <1600945992.63.0.594323493369.issue39934@roundup.psfhosted.org> |
2020-09-24 11:13:12 | iritkatriel | link | issue39934 messages |
2020-09-24 11:13:12 | iritkatriel | create | |
|