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, shihai1991, vstinner
Date 2020-04-27.12:58:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587992318.71.0.219086055157.issue40149@roundup.psfhosted.org>
In-reply-to
Content
> I created bpo-40217: "The garbage collector doesn't take in account that objects of heap allocated types hold a strong reference to their type".

This issue is now fixed. I tested manually: I confirm that it does fix the test_threading leak, so I close the issue.

$ ./python -m test -R 3:3 test_threading
(...)
== Tests result: SUCCESS ==

1 test OK.

Total duration: 1 min 14 sec
Tests result: SUCCESS
History
Date User Action Args
2020-04-27 12:58:38vstinnersetrecipients: + vstinner, corona10, shihai1991
2020-04-27 12:58:38vstinnersetmessageid: <1587992318.71.0.219086055157.issue40149@roundup.psfhosted.org>
2020-04-27 12:58:38vstinnerlinkissue40149 messages
2020-04-27 12:58:38vstinnercreate