Staging
v0.5.1
https://github.com/python/cpython
Revision 1247e2cda514d7a73187e0b53ec8c35d87a34a84 authored by Victor Stinner on 10 August 2017, 14:45:38 UTC, committed by GitHub on 10 August 2017, 14:45:38 UTC
* bpo-31160: regrtest now reaps child processes (#3044)

Add a post_test_cleanup() function which currently only calls
support.reap_children().
(cherry picked from commit e3510d74aacc477c30f42f2b941d69689bbc478e)

* bpo-31160: test_tempfile: Fix reap_children() warning (#3056)

TestRandomNameSequence.test_process_awareness() now calls
os.waitpid() to avoid leaking a zombie process.
(cherry picked from commit 6c8c2943d996b59a48d331f61f22cbe72933910e)
1 parent 6937908
History
Tip revision: 1247e2cda514d7a73187e0b53ec8c35d87a34a84 authored by Victor Stinner on 10 August 2017, 14:45:38 UTC
[2.7] bpo-31160: Backport reap_children fixes from master to 2.7 (#3063)
Tip revision: 1247e2c
File Mode Size
.github
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.bzrignore -rw-r--r-- 552 bytes
.gitattributes -rw-r--r-- 809 bytes
.gitignore -rw-r--r-- 1.1 KB
.hgeol -rw-r--r-- 1007 bytes
.hgignore -rw-r--r-- 1.1 KB
.hgtags -rw-r--r-- 8.5 KB
.travis.yml -rw-r--r-- 3.0 KB
LICENSE -rw-r--r-- 12.5 KB
Makefile.pre.in -rw-r--r-- 47.3 KB
README -rw-r--r-- 54.4 KB
aclocal.m4 -rw-r--r-- 10.7 KB
config.guess -rwxr-xr-x 43.2 KB
config.sub -rwxr-xr-x 35.7 KB
configure -rwxr-xr-x 432.6 KB
configure.ac -rw-r--r-- 138.3 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 34.3 KB
setup.py -rw-r--r-- 96.7 KB

README

back to top