[issue3352] Deficiencies in multiprocessing/threading API

Nick Coghlan report at bugs.python.org
Tue Aug 19 17:34:56 CEST 2008


Nick Coghlan <ncoghlan at gmail.com> added the comment:

is_alive appears to be a potentially expensive check for the
multiprocessing side of things, which is why I'm inclined to leave it as
a method. "if t.is_alive():" actually reads better to me than "if
t.alive:" anyway.

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


More information about the Python-bugs-list mailing list