Tim Peters added the comment:

New patch (threadstate_join_4.patch) refactors so that is_alive() returns True 
until the tstate is cleared.  This simplifies join() a lot (it doesn't have to 
roll its own timeout implementation anymore), but complicates is_alive().

Caution:  I don't know anything about the dummy threading implementation.  So 
if I broke that, sue me ;-)

----------
Added file: http://bugs.python.org/file31640/threadstate_join_4.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18808>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to