]> granicus.if.org Git - python/commit
bpo-31160: regrtest now reaps child processes (#3044)
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 9 Aug 2017 15:44:33 +0000 (17:44 +0200)
committerGitHub <noreply@github.com>
Wed, 9 Aug 2017 15:44:33 +0000 (17:44 +0200)
commite3510d74aacc477c30f42f2b941d69689bbc478e
tree36269f04028aac9b7e46425a37dfb3a2deba01da
parent4baca1b0f7325032598cd38e7ceffc79b616d255
bpo-31160: regrtest now reaps child processes (#3044)

Add a post_test_cleanup() function which currently only calls
support.reap_children().
Lib/test/libregrtest/runtest.py