This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author iritkatriel
Recipients Mark.Shannon, iritkatriel, myzhang1029, serhiy.storchaka
Date 2020-09-24.11:13:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600945992.63.0.594323493369.issue39934@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-09-24 11:13:12iritkatrielsetrecipients: + iritkatriel, Mark.Shannon, serhiy.storchaka, myzhang1029
2020-09-24 11:13:12iritkatrielsetmessageid: <1600945992.63.0.594323493369.issue39934@roundup.psfhosted.org>
2020-09-24 11:13:12iritkatriellinkissue39934 messages
2020-09-24 11:13:12iritkatrielcreate