]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #1068268: The subprocess module now handles EINTR in internal
authorGregory P. Smith <greg@mad-scientist.com>
Mon, 1 Mar 2010 00:05:08 +0000 (00:05 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Mon, 1 Mar 2010 00:05:08 +0000 (00:05 +0000)
commitcce211f88c3d23bbd37f5769e3addd9b6b9fa96e
tree5f4b5750901fe40b7ddb0965f44853e68d34e360
parentfb501123e3c23c3e4f2861645d58134f307ea99b
Issue #1068268: The subprocess module now handles EINTR in internal
os.waitpid and os.read system calls where appropriate.
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS