[issue19466] Clear state of threads earlier in Python shutdown

Antoine Pitrou report at bugs.python.org
Mon Nov 4 20:12:17 CET 2013


Antoine Pitrou added the comment:

I'm afraid clearing thread states is a bit too brutal. What if some destructor relies on contents of the thread states (e.g. thread locals)?

----------

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


More information about the Python-bugs-list mailing list