Gregory P. Smith added the comment:

phew, yay.  because i didn't see anything obviously wrong with the #16962 
commit.

also, regarding checking for EINTR on some of the close() calls.  It isn't a 
big deal.  This _posixsubprocess.c code that contains those checks is always 
executing single-threaded post-fork so there is no chance of a race condition 
even though the EINTR check and retry are pointless as Linus mentions.  They 
will never cause errant behavior but I'll "fix" them in a future commit for 
consistency.

----------
resolution:  -> invalid
status: open -> closed
type:  -> behavior
versions: +Python 3.4

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

Reply via email to