[issue30395] deadlocked child process after forking on pystate.c's head_mutex

STINNER Victor report at bugs.python.org
Wed May 24 03:22:27 EDT 2017


STINNER Victor added the comment:

Gregory P. Smith added the comment:

Would PyThread_free_lock (effectively sem_destroy()) work without
(additional) problems?

If I recall correctly, no, you can get issues if the lock is still
acquired... But I should check.

----------

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


More information about the Python-bugs-list mailing list