STINNER Victor <vstin...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue44184>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to