[issue1856] shutdown (exit) can hang or segfault with daemon threads running

Gabriel Genellina report at bugs.python.org
Mon Feb 9 21:30:29 CET 2009


Gabriel Genellina <gagsl-py2 at yahoo.com.ar> added the comment:

I think applying Rhamphoryncus' patch in #1722344 fixes this too (that 
is, move WaitForThreadShutdown from the end of PyMain into Py_Finalize, 
so it is always called)
But it should be tested on several platforms.

----------
nosy: +gagenellina

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


More information about the Python-bugs-list mailing list