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

Antoine Pitrou report at bugs.python.org
Mon Jan 21 23:42:21 CET 2008


Antoine Pitrou added the comment:

I'm not sure about the implications of Amaury's proposal, but in any
case here is a patch which contains an unit test as well.

(it seems to me swapping __stop() and __delete() can do no harm as there
is no way for user code to be executed synchronously between both calls
- unless you override one of these private methods)

Added file: http://bugs.python.org/file9254/thrbug.patch

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


More information about the Python-bugs-list mailing list