]> granicus.if.org Git - python/commit
bpo-31160: test_tempfile: Fix reap_children() warning (#3056)
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 10 Aug 2017 11:05:06 +0000 (13:05 +0200)
committerGitHub <noreply@github.com>
Thu, 10 Aug 2017 11:05:06 +0000 (13:05 +0200)
commit6c8c2943d996b59a48d331f61f22cbe72933910e
tree3c9e1c1f5f4ff93180931cfbec2c0f4b2625244c
parent7b7c6dcfff6a35333988a3c74c895ed19dff2e09
bpo-31160: test_tempfile: Fix reap_children() warning (#3056)

TestRandomNameSequence.test_process_awareness() now calls
os.waitpid() to avoid leaking a zombie process.
Lib/test/test_tempfile.py