This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author benjamin.peterson
Recipients barry, benjamin.peterson, jnoller, mishok13, ncoghlan
Date 2008-08-19.15:36:10
SpamBayes Score 1.1237859e-07
Marked as misclassified No
Message-id <1afaf6160808190836u5055e89eqa24bf3277657e8c0@mail.gmail.com>
In-reply-to <1219160096.2.0.499511557815.issue3352@psf.upfronthosting.co.za>
Content
On Tue, Aug 19, 2008 at 10:34 AM, Nick Coghlan <report@bugs.python.org> wrote:
>
> Nick Coghlan <ncoghlan@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.

So be it. I don't really want to do any renaming anyway. :)
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue3352>
> _______________________________________
>

-- 
Cheers,
Benjamin Peterson
"There's no place like 127.0.0.1."
History
Date User Action Args
2008-08-19 15:36:11benjamin.petersonsetrecipients: + benjamin.peterson, barry, ncoghlan, jnoller, mishok13
2008-08-19 15:36:11benjamin.petersonlinkissue3352 messages
2008-08-19 15:36:10benjamin.petersoncreate