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 neonene
Recipients neonene, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-09-11.23:05:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1599865531.82.0.625715596762.issue41766@roundup.psfhosted.org>
In-reply-to
Content
On Python3.10(64bit only) for Windows,
flake8 (with .pyc cache) frequently crashes after output.

e.g:
python -m flake8   c:/Python3/Lib/turtle.py
python -m pyflakes c:/Python3/Lib/turtle.py

I think I encountered the crash after PR21293 applied.
(bpo-41194: "Convert _ast extension to PEP 489")
History
Date User Action Args
2020-09-11 23:05:31neonenesetrecipients: + neonene, paul.moore, tim.golden, zach.ware, steve.dower
2020-09-11 23:05:31neonenesetmessageid: <1599865531.82.0.625715596762.issue41766@roundup.psfhosted.org>
2020-09-11 23:05:31neonenelinkissue41766 messages
2020-09-11 23:05:31neonenecreate