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 vstinner
Recipients Anthony Sottile, ammar2, christian.heimes, erlendaasland, pablogsal, paul.moore, shreyanavigyan, stestagg, steve.dower, tim.golden, vstinner, zach.ware
Date 2021-05-20.23:45:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621554328.91.0.0783935282623.issue44184@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-05-20 23:45:28vstinnersetrecipients: + vstinner, paul.moore, christian.heimes, tim.golden, zach.ware, steve.dower, Anthony Sottile, ammar2, pablogsal, erlendaasland, stestagg, shreyanavigyan
2021-05-20 23:45:28vstinnersetmessageid: <1621554328.91.0.0783935282623.issue44184@roundup.psfhosted.org>
2021-05-20 23:45:28vstinnerlinkissue44184 messages
2021-05-20 23:45:28vstinnercreate