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.21:15:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559510111.92.0.185852963375.issue37126@roundup.psfhosted.org>
In-reply-to
Content
Thanks.

commit 3caf4de6f05f68c3a175f4d8ce870d7a0016622a
Author: Pablo Galindo <Pablogsal@gmail.com>
Date:   Sun Jun 2 21:52:49 2019 +0100

    Call PyObject_GC_UnTrack in structseq dealloc (GH-13751)

--

FYI I also fixed test_threading:

commit cdce0574d03005e27b843fc110c54c99c7a76412
Author: Victor Stinner <vstinner@redhat.com>
Date:   Sun Jun 2 23:08:41 2019 +0200

    bpo-36829: test_threading: Fix a ref cycle (GH-13752)
History
Date User Action Args
2019-06-02 21:15:11vstinnersetrecipients: + vstinner, lukasz.langa, pablogsal
2019-06-02 21:15:11vstinnersetmessageid: <1559510111.92.0.185852963375.issue37126@roundup.psfhosted.org>
2019-06-02 21:15:11vstinnerlinkissue37126 messages
2019-06-02 21:15:11vstinnercreate