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 georg.brandl
Recipients georg.brandl, kayhayen
Date 2010-07-29.21:28:04
SpamBayes Score 6.2314444e-05
Marked as misclassified No
Message-id <1280438890.48.0.25625859828.issue9366@psf.upfronthosting.co.za>
In-reply-to
Content
This is caused by the fact that new-style classes create reference cycles.  Try calling the cyclic garbage collector using gc.collect() after the function call, and the leaked references will vanish again.
History
Date User Action Args
2010-07-29 21:28:10georg.brandlsetrecipients: + georg.brandl, kayhayen
2010-07-29 21:28:10georg.brandlsetmessageid: <1280438890.48.0.25625859828.issue9366@psf.upfronthosting.co.za>
2010-07-29 21:28:05georg.brandllinkissue9366 messages
2010-07-29 21:28:05georg.brandlcreate