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 vstinner
Recipients neonene, pablogsal, vstinner
Date 2020-09-12.07:00:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1599894024.64.0.260379282098.issue41766@roundup.psfhosted.org>
In-reply-to
Content
If it's another _ast regression, see bpo-41631: I proposed PR 21961 to fix it.

I failed to reproduce the issue on Linux with a debug build, on the development master branch:

./python -m venv env
env/bin/python -m pip install pyflakes flake8
env/bin/python -m pyflakes Lib/turtle.py 
env/bin/python -m flake8 Lib/turtle.py
History
Date User Action Args
2020-09-12 07:00:24vstinnersetrecipients: + vstinner, pablogsal, neonene
2020-09-12 07:00:24vstinnersetmessageid: <1599894024.64.0.260379282098.issue41766@roundup.psfhosted.org>
2020-09-12 07:00:24vstinnerlinkissue41766 messages
2020-09-12 07:00:24vstinnercreate