commit | 312efbc1158a15cb877d8bb078c19f95b23596e6 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Tue Dec 14 15:02:53 2010 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Tue Dec 14 15:02:53 2010 +0000 |
tree | 199100b59037b96fa0b74b74c378f5edac8bb895 | |
parent | dacb8043ff1fb6fa33b5457f0405a1ca867ba2d3 [diff] |
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. ........