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 pitrou
Recipients Trundle, alexis, amaury.forgeotdarc, benjamin.peterson, eric.araujo, nadeem.vawda, pitrou, python-dev, r.david.murray, tarek, vstinner
Date 2011-07-07.17:57:42
SpamBayes Score 2.3741563e-06
Marked as misclassified No
Message-id <1310061410.30177.4.camel@localhost.localdomain>
In-reply-to <1310061385.59.0.552294641467.issue12167@psf.upfronthosting.co.za>
Content
> See http://hg.python.org/cpython/file/tip/Lib/packaging/tests/support.py#l81

AFAIU, the problem is that 2to3 creates a whole new logger for each
different file. So it's not about cleaning the handlers, but cleaning up
the loggers as well. And logging (deliberately, according to Vinay)
doesn't provide any API to destroy loggers (they are de facto eternal).
History
Date User Action Args
2011-07-07 17:57:43pitrousetrecipients: + pitrou, amaury.forgeotdarc, vstinner, nadeem.vawda, benjamin.peterson, tarek, eric.araujo, r.david.murray, Trundle, alexis, python-dev
2011-07-07 17:57:42pitroulinkissue12167 messages
2011-07-07 17:57:42pitroucreate