[issue22697] Deadlock with writing to stderr from forked process

Charles-François Natali report at bugs.python.org
Sun Nov 2 16:44:19 CET 2014


Charles-François Natali added the comment:

> Maries Ionel Cristian added the comment:
>
> Serhiy, I don't think this is a duplicate. Odd that you closed this without any explanation.
>
> This happens in a internal lock in cpython's runtime, while the other bug is about locks used in the logging module (which are very different).

Yes, this is a duplicate. Whether the lock is an internal or a user-created one doesn't change anything, it's always the same problem of having a lock locked by another thread at the time of the fork().

----------
resolution:  -> duplicate
status: open -> closed

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


More information about the Python-bugs-list mailing list