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

A. Jesse Jiryu Davis report at bugs.python.org
Thu Jul 25 20:00:42 CEST 2013


A. Jesse Jiryu Davis added the comment:

New patch for 3.3 branch after Charles-François's critique: instead of changing startup sequence in Thread._bootstrap_inner, stop all threads in _limbo after a fork.

----------
Added file: http://bugs.python.org/file31035/issue18418-2.patch

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


More information about the Python-bugs-list mailing list