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

Antoine Pitrou report at bugs.python.org
Mon Sep 20 13:55:37 CEST 2010


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

See #9901 for a variation on the same global issue (running threads can access interpreter structures - the GIL - while the main thread is trying to destroy them).

----------

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


More information about the Python-bugs-list mailing list