[issue44184] crash on windows invoking flake8

STINNER Victor report at bugs.python.org
Thu May 20 19:45:28 EDT 2021


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

I have a reproducer (.py script) on Windows, but the crash rate is between 1/3 and 1/2. Also, in VS, if I run "import bug" (bug.py) in the REPL, I fail to reproduce the crash. Using "exec(open('../bug.py').read())" is more likely to trigger the crash, but in VS, I have hard time to trigger the bug. I only reproduced it once.

The bug seems to require very precise conditions. Maybe it depends on the randomized hash function.

----------

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


More information about the Python-bugs-list mailing list