[issue1068268] subprocess is not EINTR-safe

Amaury Forgeot d'Arc report at bugs.python.org
Fri Sep 5 16:43:23 CEST 2008


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

Two remarks:
1 - The part of the patch around the call to select.select() is already
in trunk since r64756, almost in the same form. good.

2 - the patch seems to replace all calls to os.write, os.read and
os.waipid. But it is based on a very old version of subprocess, and
r38169 added a new call to os.waitpid. I don't know if it should be
replaced as well.

----------
nosy: +amaury.forgeotdarc

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1068268>
_______________________________________


More information about the Python-bugs-list mailing list