Message376789
| 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: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 |
|