]> granicus.if.org Git - python/commit
Merged revisions 87233 via svnmerge from
authorGregory P. Smith <greg@mad-scientist.com>
Tue, 14 Dec 2010 15:02:53 +0000 (15:02 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Tue, 14 Dec 2010 15:02:53 +0000 (15:02 +0000)
commit312efbc1158a15cb877d8bb078c19f95b23596e6
tree199100b59037b96fa0b74b74c378f5edac8bb895
parentdacb8043ff1fb6fa33b5457f0405a1ca867ba2d3
Merged revisions 87233 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r87233 | gregory.p.smith | 2010-12-14 06:38:00 -0800 (Tue, 14 Dec 2010) | 4 lines

  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