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 hroncok, vstinner
Date 2019-08-23.11:23:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566559428.11.0.818264275827.issue37926@roundup.psfhosted.org>
In-reply-to
Content
I tested my fix manually using example from msg350262 and gcc -O3 (./configure && make): I can reproduce the crash without the change, and I confirm that my change fix the crash.

Thanks Miro for the bug report: the fix will be included in next Python 3.8 beta release. I fixed the bug in 3.8 and master branches (3.7 is not affected).
History
Date User Action Args
2019-08-23 11:23:48vstinnersetrecipients: + vstinner, hroncok
2019-08-23 11:23:48vstinnersetmessageid: <1566559428.11.0.818264275827.issue37926@roundup.psfhosted.org>
2019-08-23 11:23:48vstinnerlinkissue37926 messages
2019-08-23 11:23:47vstinnercreate