[issue18808] Thread.join returns before PyThreadState is destroyed

Nick Coghlan report at bugs.python.org
Sun Sep 8 02:42:24 CEST 2013


Nick Coghlan added the comment:

Slavek - one you may want to take a look at this. Antoine and Tim are trying to fix a race condition with the destruction of thread state objects, but the current fix isn't playing nice on older Linux kernels (including the one in RHEL 6).

----------
nosy: +bkabrda
stage: committed/rejected -> commit review

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


More information about the Python-bugs-list mailing list