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 eric.araujo
Recipients alexis, amaury.forgeotdarc, eric.araujo, nadeem.vawda, pitrou, python-dev, tarek, vstinner
Date 2011-06-10.17:52:30
SpamBayes Score 0.063075565
Marked as misclassified No
Message-id <1307728351.45.0.882138993521.issue12167@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, it’s just refcounting issues?  I can probably use the gc module to find them, and add del statements where appropriate to release objects.
History
Date User Action Args
2011-06-10 17:52:31eric.araujosetrecipients: + eric.araujo, amaury.forgeotdarc, pitrou, vstinner, nadeem.vawda, tarek, alexis, python-dev
2011-06-10 17:52:31eric.araujosetmessageid: <1307728351.45.0.882138993521.issue12167@psf.upfronthosting.co.za>
2011-06-10 17:52:30eric.araujolinkissue12167 messages
2011-06-10 17:52:30eric.araujocreate