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 <rep...@bugs.python.org>
<http://bugs.python.org/issue22697>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to