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

STINNER Victor report at bugs.python.org
Sat Sep 12 03:00:24 EDT 2020


STINNER Victor <vstinner at python.org> added the comment:

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

----------

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


More information about the Python-bugs-list mailing list