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 lchin, vstinner
Date 2018-06-13.15:36:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528904204.4.0.947875510639.issue31181@psf.upfronthosting.co.za>
In-reply-to
Content
I am sorry, but without further information, we cannot fix your issue.

Usually, a crash in visit_decref() means that a C extension corrupted a random Python object. Try to run your test on Python 3 using PYTHONMALLOC=debug.
History
Date User Action Args
2018-06-13 15:36:44vstinnersetrecipients: + vstinner, lchin
2018-06-13 15:36:44vstinnersetmessageid: <1528904204.4.0.947875510639.issue31181@psf.upfronthosting.co.za>
2018-06-13 15:36:44vstinnerlinkissue31181 messages
2018-06-13 15:36:44vstinnercreate