[issue23592] SIGSEGV on interpreter shutdown, with daemon threads running wild

Antoine Pitrou report at bugs.python.org
Fri Mar 6 01:27:16 CET 2015


Antoine Pitrou added the comment:

Yes, daemon threads are really dangerous because they may keep running while the interpreter has started releasing critical resources. Things have improved in 3.x compared to 2.x, though.

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list