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 pablogsal
Recipients Mark.Shannon, chris.jerdonek, corona10, iritkatriel, lukasz.langa, miss-islington, pablogsal, vstinner
Date 2021-08-13.20:48:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628887708.21.0.397952272211.issue44895@roundup.psfhosted.org>
In-reply-to
Content
If someone can reproduce more or less reliably, it would be great to know where are the leaked objects. For that, compile CPython with "-with-trace-refs", surround the suspicious test in a loop (test_no_hang_on_context_chain_cycle2 for example) of a 1000 or more iterations and run the test with the PYTHONDUMPREFS=1 environment variable. You will see the leaked objects at shutdown hopefully.

Hopefully the leaked objects would be a gigantic set by then so we the number of references will be noticeable.
History
Date User Action Args
2021-08-13 20:48:28pablogsalsetrecipients: + pablogsal, vstinner, chris.jerdonek, lukasz.langa, Mark.Shannon, corona10, miss-islington, iritkatriel
2021-08-13 20:48:28pablogsalsetmessageid: <1628887708.21.0.397952272211.issue44895@roundup.psfhosted.org>
2021-08-13 20:48:28pablogsallinkissue44895 messages
2021-08-13 20:48:28pablogsalcreate