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 pitrou, vstinner
Date 2013-12-03.23:34:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386113667.06.0.894530784772.issue19880@psf.upfronthosting.co.za>
In-reply-to
Content
frame_ref_cycle.py: if I understood correctly, unittest_leak.py can be simplified to this script. A frame contains a local variable which contains the frame: reference cycle.
History
Date User Action Args
2013-12-03 23:34:27vstinnersetrecipients: + vstinner, pitrou
2013-12-03 23:34:27vstinnersetmessageid: <1386113667.06.0.894530784772.issue19880@psf.upfronthosting.co.za>
2013-12-03 23:34:27vstinnerlinkissue19880 messages
2013-12-03 23:34:26vstinnercreate