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 M-Reimer, bsteffensmeier, corona10, eric.snow, erlendaasland, graysky, hroncok, miss-islington, ndjensen, petr.viktorin, shihai1991, uckelman, vstinner
Date 2022-01-13.18:36:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642099012.54.0.111418342154.issue46070@roundup.psfhosted.org>
In-reply-to
Content
I tested manually my fix GH-30580 using:

* (1) attached  win_py399_crash_reproducer.py
* (2) https://bugs.python.org/issue46070#msg410447 mthod

Without my fix, I can easily reproduce the crash with (1) and (2).

With my fix, I can no longer reproduce the crash with (1) or (2).
History
Date User Action Args
2022-01-13 18:36:52vstinnersetrecipients: + vstinner, petr.viktorin, eric.snow, ndjensen, hroncok, uckelman, corona10, miss-islington, shihai1991, erlendaasland, graysky, bsteffensmeier, M-Reimer
2022-01-13 18:36:52vstinnersetmessageid: <1642099012.54.0.111418342154.issue46070@roundup.psfhosted.org>
2022-01-13 18:36:52vstinnerlinkissue46070 messages
2022-01-13 18:36:52vstinnercreate