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 Trundle
Recipients Trundle, alexis, amaury.forgeotdarc, eric.araujo, nadeem.vawda, pitrou, python-dev, r.david.murray, tarek, vstinner
Date 2011-07-06.03:38:43
SpamBayes Score 2.7684284e-06
Marked as misclassified No
Message-id <1309923524.4.0.697192493511.issue12167@psf.upfronthosting.co.za>
In-reply-to
Content
At least some of the remaining refleaks are caused by lib2to3. lib2to3 uses a logger with the filename as logger name (see `lib2to3.fixer_base.BaseFix.set_filename()`), but as the tests use a temporary file with an arbitrary name, a new logger is created on each test run iteration.
History
Date User Action Args
2011-07-06 03:38:44Trundlesetrecipients: + Trundle, amaury.forgeotdarc, pitrou, vstinner, nadeem.vawda, tarek, eric.araujo, r.david.murray, alexis, python-dev
2011-07-06 03:38:44Trundlesetmessageid: <1309923524.4.0.697192493511.issue12167@psf.upfronthosting.co.za>
2011-07-06 03:38:43Trundlelinkissue12167 messages
2011-07-06 03:38:43Trundlecreate