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

Amaury Forgeot d'Arc report at bugs.python.org
Wed Sep 24 17:47:56 CEST 2008


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

The threads don't have to be daemons: sys.exit() calls Py_Finalize()
without waiting for non-daemons threads.

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


More information about the Python-bugs-list mailing list