[New-bugs-announce] [issue41766] Python3.10 (x64) crashes after flake8/pyflakes on Windows

neonene report at bugs.python.org
Fri Sep 11 19:05:31 EDT 2020


New submission from neonene <nicesalmon at gmail.com>:

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")

----------
components: Interpreter Core, Windows
messages: 376747
nosy: neonene, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Python3.10 (x64) crashes after flake8/pyflakes on Windows
type: crash
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41766>
_______________________________________


More information about the New-bugs-announce mailing list