[issue1703448] "t.join(); assert t not in threading.enumerate()" fails

Amaury Forgeot d'Arc report at bugs.python.org
Tue Jan 22 00:19:33 CET 2008


Amaury Forgeot d'Arc added the comment:

Hm, this is multithreading. There is still the possibility of a switch
between the two calls. In this case the thread is not marked as stopped,
but enumerate() does not return it. Not easy to reproduce, though.

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1703448>
_____________________________________


More information about the Python-bugs-list mailing list