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 lukasz.langa, pablogsal, vstinner
Date 2019-06-02.20:23:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559507007.23.0.520151802289.issue37126@roundup.psfhosted.org>
In-reply-to
Content
You forgot to call PyObject_GC_UnTrack() in structseq_dealloc(), no?
History
Date User Action Args
2019-06-02 20:23:27vstinnersetrecipients: + vstinner, lukasz.langa, pablogsal
2019-06-02 20:23:27vstinnersetmessageid: <1559507007.23.0.520151802289.issue37126@roundup.psfhosted.org>
2019-06-02 20:23:27vstinnerlinkissue37126 messages
2019-06-02 20:23:27vstinnercreate