]> granicus.if.org Git - python/commit
bpo-31067: test_subprocess calls reap_children() (#2931) (#3074)
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 11 Aug 2017 15:14:37 +0000 (17:14 +0200)
committerGitHub <noreply@github.com>
Fri, 11 Aug 2017 15:14:37 +0000 (17:14 +0200)
commitf2d769d539279f01a6589dd3a0d5865dd00e13b0
tree1131ddac5bc4a28dcf72af4842c9783d26ce9550
parentbc69d00288a0b1f5ef49dcfd60a91c5e9b5b81ae
bpo-31067: test_subprocess calls reap_children() (#2931) (#3074)

test_subprocess now also calls reap_children() in tearDown(), not
only on setUp().
(cherry picked from commit cc42c121eb5346f673247f95dac575aadb77d66c)
Lib/test/test_subprocess.py