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 corona10, pablogsal, phsilva, shihai1991, skrah, vstinner
Date 2020-04-02.01:56:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585792583.89.0.249630040072.issue40077@roundup.psfhosted.org>
In-reply-to
Content
> bpo-40077: Convert _abc module to use PyType_FromSpec() (GH-19202)

This change introduced a reference leak: bpo-40149 "test_threading leaked [38, 38, 38] references, sum=114".
History
Date User Action Args
2020-04-02 01:56:23vstinnersetrecipients: + vstinner, phsilva, skrah, corona10, pablogsal, shihai1991
2020-04-02 01:56:23vstinnersetmessageid: <1585792583.89.0.249630040072.issue40077@roundup.psfhosted.org>
2020-04-02 01:56:23vstinnerlinkissue40077 messages
2020-04-02 01:56:23vstinnercreate