[issue9501] Logging shutdown regressions with weakrefs
Martin
report at bugs.python.org
Wed Aug 4 00:44:21 CEST 2010
Martin <gzlist at googlemail.com> added the comment:
This could be fixed in a similar way to was done for the shutdown function in r51206 (which incidentally seems both unnecessary and incomplete - the function runs atexit which precedes module teardown, but also uses the raiseExceptions module global which is not rebound locally).
----------
Added file: http://bugs.python.org/file18360/loggingcleanup.py
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9501>
_______________________________________
More information about the Python-bugs-list
mailing list