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 twouters, vinay.sajip, vstinner
Date 2019-10-07.10:15:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570443322.78.0.624434474757.issue38376@roundup.psfhosted.org>
In-reply-to
Content
My intent in bpo-36389 was to also provide _PyObject_CheckConsistency() in release mode to help debugging GC crash, especially in visit_decref(). I wrote PR 16612 to fix my implementation.
History
Date User Action Args
2019-10-07 10:15:23vstinnersetrecipients: + vstinner, twouters, vinay.sajip
2019-10-07 10:15:22vstinnersetmessageid: <1570443322.78.0.624434474757.issue38376@roundup.psfhosted.org>
2019-10-07 10:15:22vstinnerlinkissue38376 messages
2019-10-07 10:15:22vstinnercreate