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 sbt
Recipients jszakmeister, sbt
Date 2013-03-06.12:30:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362573024.46.0.885941394056.issue17367@psf.upfronthosting.co.za>
In-reply-to
Content
The change in your patch is in a Windows-only section -- a few lines before the chunk you can see _winapi.GetExitCodeProcess().

Since read() on Windows never fails with EINTR there is no need for _eintr_retry_call().

If you are using Linux then there must be some other reason for your deadlock.
History
Date User Action Args
2013-03-06 12:30:24sbtsetrecipients: + sbt, jszakmeister
2013-03-06 12:30:24sbtsetmessageid: <1362573024.46.0.885941394056.issue17367@psf.upfronthosting.co.za>
2013-03-06 12:30:24sbtlinkissue17367 messages
2013-03-06 12:30:24sbtcreate