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 methane
Recipients methane
Date 2017-08-01.05:49:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
like GH-2966, most types with Py_TPFLAGS_HAVE_GC
should call PyObject_GC_UnTrack() at top of the tp_dealloc.

For example, I found lru_cache doesn't call it and I can produce
segmentation fault.

I'll check other types too.
History
Date User Action Args
2017-08-01 05:49:49methanesetrecipients: + methane
2017-08-01 05:49:49methanesetmessageid: <[email protected]>
2017-08-01 05:49:49methanelinkissue31095 messages
2017-08-01 05:49:49methanecreate