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 jnoller
Recipients barry, benjamin.peterson, jnoller, mishok13, ncoghlan
Date 2008-08-19.18:43:22
SpamBayes Score 7.0874563e-07
Marked as misclassified No
Message-id <4222a8490808191143s4e7de8a7jbf38d7bf2dc576f5@mail.gmail.com>
In-reply-to <1219162246.31.0.262038607589.issue3352@psf.upfronthosting.co.za>
Content
>
> Nick Coghlan <ncoghlan@gmail.com> added the comment:
>
> Note regarding those comments - only the exitcode one is something we
> should try to get sorted for the beta. Backing out the deprecation
> warnings and cleaning up the documentation can wait for the first
> release candidate.
>

Actually, re-examining .exitcode - it wraps the custom forking.Popen
class .poll() method, this method should not block (forking.py, line
104) - the WNOHANG call passed to os.waitpid means it should also not
hang.
History
Date User Action Args
2008-08-19 18:43:23jnollersetrecipients: + jnoller, barry, ncoghlan, benjamin.peterson, mishok13
2008-08-19 18:43:23jnollerlinkissue3352 messages
2008-08-19 18:43:22jnollercreate