A. Jesse Jiryu Davis added the comment:

Charles-François, I agree that many guarantees are impossible to enforce in a 
multithreaded application that calls fork().

But the threading module does try to guarantee, after a fork, that isAlive() is 
False for all threads but one. I claim that it can more reliably provide this 
guarantee with my patch applied.

----------

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

Reply via email to