Richard Oudkerk added the comment:

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.

----------
nosy: +sbt

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17367>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to