[issue21149] logging._removeHandlerRef is not threadsafe during interpreter shutdown

Devin Jeanpierre report at bugs.python.org
Fri Apr 4 17:40:31 CEST 2014


Devin Jeanpierre added the comment:

Please don't take my word for it, but my understanding is that this issue doesn't apply to 3.4+ since module globals are no longer set to None during interpreter shutdown. (So all the checks against None could even be deleted.)

----------

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


More information about the Python-bugs-list mailing list