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 eli.bendersky, jkloth, scoder, serhiy.storchaka, vstinner
Date 2017-09-18.09:00:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505725254.74.0.364178037263.issue31499@psf.upfronthosting.co.za>
In-reply-to
Content
Attached PR 3641 fixes bug1.py and bug2.py crashes.

Sadly, I failed to write a reliable unit test using bug2.py. The bug requires to trigger the garbage collector in a specific order which depends on how frames are tracked by the GC...
History
Date User Action Args
2017-09-18 09:00:54vstinnersetrecipients: + vstinner, scoder, jkloth, eli.bendersky, serhiy.storchaka
2017-09-18 09:00:54vstinnersetmessageid: <1505725254.74.0.364178037263.issue31499@psf.upfronthosting.co.za>
2017-09-18 09:00:54vstinnerlinkissue31499 messages
2017-09-18 09:00:54vstinnercreate