Charles-François Natali added the comment:

> If you want a consistent reproducible test case for this I believe you will 
> need to replace the Thread object's __started with a test wrapper who's set() 
> method blocks waiting for for the fork to have happened before doing the 
> actual set().  That is a bit tricky and may not be worth it.

Actually, setting sys.setswitchinterval(1e-6) makes it fairly easy to reproduce.

----------

_______________________________________
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