Message376789
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 |
|
| Date |
User |
Action |
Args |
| 2020-09-12 07:00:24 | vstinner | set | recipients:
+ vstinner, pablogsal, neonene |
| 2020-09-12 07:00:24 | vstinner | set | messageid: <1599894024.64.0.260379282098.issue41766@roundup.psfhosted.org> |
| 2020-09-12 07:00:24 | vstinner | link | issue41766 messages |
| 2020-09-12 07:00:24 | vstinner | create | |
|