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

Amaury Forgeot d'Arc report at bugs.python.org
Fri Jan 18 00:51:14 CET 2008


Amaury Forgeot d'Arc added the comment:

> PyGILState_Ensure WOULD block forever if it acquired the GIL 
> before doing anything else.
Is it possible at all? PyThread_acquire_lock is not reentrant.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1856>
__________________________________


More information about the Python-bugs-list mailing list