]> granicus.if.org Git - python/commit
Issue #1731717: Fixed the problem where subprocess.wait() could cause an
authorGregory P. Smith <greg@mad-scientist.com>
Tue, 14 Dec 2010 14:38:00 +0000 (14:38 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Tue, 14 Dec 2010 14:38:00 +0000 (14:38 +0000)
commite85db2bbb84ba90c03022860f76ca3cdcdf199c6
treedb3bd69dee55a3b2b1db47c54ed8a9d7d0a1ebf7
parent32ef70c827997f869a8d8393e8bde74016b6c8a9
Issue #1731717: Fixed the problem where subprocess.wait() could cause an
OSError exception when The OS had been told to ignore SIGCLD in our process
or otherwise not wait for exiting child processes.
Lib/subprocess.py
Lib/test/subprocessdata/sigchild_ignore.py [new file with mode: 0644]
Lib/test/test_subprocess.py
Misc/NEWS