lesha <pybug.20.le...@xoxy.net> added the comment:

Actually, I think it does not matter which thread owns the lock, it is still 
invalid to try to acquire a lock that was grabbed by the fork() parent. Why? 
Because the fork() parent cannot free the child's copy of the lock anyway, and 
it's guaranteed to be dead also.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13778>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to