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

Antoine Pitrou report at bugs.python.org
Tue May 3 19:25:38 CEST 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

Victor pointed out that Py_Finalize() is not necessarily called in the main Python thread. This new patch records the thread state of the finalizing thread, and also includes a test case.

----------
Added file: http://bugs.python.org/file21872/finalizing2.patch

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


More information about the Python-bugs-list mailing list