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 twhitema
Recipients gregory.p.smith, twhitema
Date 2012-08-21.19:20:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345576837.17.0.719154103797.issue15756@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch handles errno.ECHILD in the _internal_poll() method and I've updated the existing "sigchild_ignore.py" test file to perform polling as well.

An unpatched version of Pyhton would normally hang on this particular test, whilst the patched version will run successfully.
History
Date User Action Args
2012-08-21 19:20:37twhitemasetrecipients: + twhitema, gregory.p.smith
2012-08-21 19:20:37twhitemasetmessageid: <1345576837.17.0.719154103797.issue15756@psf.upfronthosting.co.za>
2012-08-21 19:20:36twhitemalinkissue15756 messages
2012-08-21 19:20:36twhitemacreate