Andreas Stührk <andy-pyt...@hammerhartes.de> added the comment:

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.

----------
nosy: +Trundle

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12167>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to