[issue18418] Thread.isAlive() sometimes True after fork

A. Jesse Jiryu Davis report at bugs.python.org
Tue Jul 16 01:51:03 CEST 2013


A. Jesse Jiryu Davis added the comment:

Patch #2:

* Add comment before .set() as requested.

* setcheckinterval(0) and try 20 times to repro the bug, inspired by test_enumerate_after_join. This reliably repros in 2.7.5.

----------
Added file: http://bugs.python.org/file30934/fix_is_alive_and_fork_2.patch

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


More information about the Python-bugs-list mailing list