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 shihai1991, vstinner
Date 2020-03-24.11:10:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585048222.73.0.331948104825.issue40050@roundup.psfhosted.org>
In-reply-to
Content
With the latest Lib/importlib3.py, there are less leaked references, but there are still leaked references:

test_leak leaked [139, 139, 139] references, sum=417
test_leak leaked [42, 42, 42] memory blocks, sum=126
History
Date User Action Args
2020-03-24 11:10:22vstinnersetrecipients: + vstinner, shihai1991
2020-03-24 11:10:22vstinnersetmessageid: <1585048222.73.0.331948104825.issue40050@roundup.psfhosted.org>
2020-03-24 11:10:22vstinnerlinkissue40050 messages
2020-03-24 11:10:22vstinnercreate