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 gregory.p.smith
Recipients db3l, gregory.p.smith, ncoghlan, ned.deily, pitrou, ronaldoussoren, vstinner
Date 2011-01-04.01:43:32
SpamBayes Score 0.001604092
Marked as misclassified No
Message-id <1294105417.53.0.0559658306804.issue8458@psf.upfronthosting.co.za>
In-reply-to
Content
that race condition, if thats what this is, is likely not OS X specific.  the child process could complete or close its fds before we reach that code on any OS.  We either need to guard these io.open(p2c*...) lines against EBADF OSError's or we should create the io wrappers before _execute_child() is called.
History
Date User Action Args
2011-01-04 01:43:37gregory.p.smithsetrecipients: + gregory.p.smith, db3l, ronaldoussoren, ncoghlan, pitrou, vstinner, ned.deily
2011-01-04 01:43:37gregory.p.smithsetmessageid: <1294105417.53.0.0559658306804.issue8458@psf.upfronthosting.co.za>
2011-01-04 01:43:32gregory.p.smithlinkissue8458 messages
2011-01-04 01:43:32gregory.p.smithcreate