]> granicus.if.org Git - python/commit
bpo-31234: fork_wait tests now join threads (#3139) (#3535)
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 13 Sep 2017 10:26:54 +0000 (03:26 -0700)
committerGitHub <noreply@github.com>
Wed, 13 Sep 2017 10:26:54 +0000 (03:26 -0700)
commit42f7e0d8b0ca940a809a786f25d967dcce4d71b6
tree68db18514a99976b5f3001b3b67300417e11c35c
parent40996d3f6fbd1adcb2e69e426fa311aaf90762ff
bpo-31234: fork_wait tests now join threads (#3139) (#3535)

fork_wait.py tests now joins threads, to not leak running threads in
the background.

(cherry picked from commit c99d41f9c0304fcf06550515c3db55f93a629e9e)
Lib/test/fork_wait.py