[issue23851] PEP 475: _posixsubprocess retries close() on EINTR

2015-04-02 Thread STINNER Victor
New submission from STINNER Victor: According to the PEP 475, the close() function must *not* be retried if it fails with EINTR: - http://alobbs.com/post/54503240599/close-and-eintr - http://lwn.net/Articles/576478/ - http://linux.derkeiler.com/Mailing-Lists/Kernel/2005-09/3000.html -

[issue23851] PEP 475: _posixsubprocess retries close() on EINTR

2015-04-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset e54b23d7afa6 by Victor Stinner in branch '3.4': Issue #23851: close() must not be retried when it fails with EINTR https://hg.python.org/cpython/rev/e54b23d7afa6 -- nosy: +python-dev ___ Python tracker

[issue23851] PEP 475: _posixsubprocess retries close() on EINTR

2015-04-02 Thread STINNER Victor
Changes by STINNER Victor victor.stin...@gmail.com: -- resolution: - fixed status: open - closed versions: -Python 2.7 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23851 ___