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 chris.jerdonek
Recipients chris.jerdonek, gregory.p.smith
Date 2015-12-27.19:53:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451246024.02.0.287748608272.issue25960@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for looking into this so quickly.

> os.waitpid(p.pid, 1) is os.waitpid(p.pid, os.WNOHANG) which is a non-blocking operation so it works.

For the record, it also works with "os.waitpid(p.pid, 0)."  I should have written 0 the first time.  Does your point still hold?
History
Date User Action Args
2015-12-27 19:53:44chris.jerdoneksetrecipients: + chris.jerdonek, gregory.p.smith
2015-12-27 19:53:44chris.jerdoneksetmessageid: <1451246024.02.0.287748608272.issue25960@psf.upfronthosting.co.za>
2015-12-27 19:53:44chris.jerdoneklinkissue25960 messages
2015-12-27 19:53:43chris.jerdonekcreate