[issue8581] Logging handlers do not handle double-closing very well

Santoso Wijaya report at bugs.python.org
Sat May 1 10:22:53 CEST 2010


Santoso Wijaya <santa.ant at me.com> added the comment:

File-like objects handle multiple close() gracefully, silently making the second and subsequent close() calls to an already closed I/O object do nothing. Why can't the same expectation be applied to logging handlers?

----------
status: pending -> open

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8581>
_______________________________________


More information about the Python-bugs-list mailing list