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 iwienand, pitrou, serhiy.storchaka, vstinner, yselivanov
Date 2017-09-12.09:36:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505208979.64.0.00155709935296.issue31426@psf.upfronthosting.co.za>
In-reply-to
Content
> I pointed bpo-26617 to Ian since Python 3.5.2 contains this GC crash, but it seems like it's not the same bug.

Ah, I found an issue which had bpo-26617 in subtract_refs():
https://stackoverflow.com/questions/39990934/debugging-python-segmentation-faults-in-garbage-collection

So it's not only update_refs() called during GC collection.
History
Date User Action Args
2017-09-12 09:36:19vstinnersetrecipients: + vstinner, pitrou, iwienand, serhiy.storchaka, yselivanov
2017-09-12 09:36:19vstinnersetmessageid: <1505208979.64.0.00155709935296.issue31426@psf.upfronthosting.co.za>
2017-09-12 09:36:19vstinnerlinkissue31426 messages
2017-09-12 09:36:19vstinnercreate