]> granicus.if.org Git - python/commit
Merged revisions 87233 via svnmerge from
authorGregory P. Smith <greg@mad-scientist.com>
Tue, 14 Dec 2010 15:16:24 +0000 (15:16 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Tue, 14 Dec 2010 15:16:24 +0000 (15:16 +0000)
commitb740e76af01bdd34e53d3c03b812e452f5d9a4e8
tree287ba43d8dff4a92295b657cc04b3b5e25661a1a
parent6b2af997d433a134d792d4b9b8f696da3cc9bb52
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