]> granicus.if.org Git - python/commit
bpo-31234: fork_wait tests now join threads (#3139) (#3187)
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 22 Aug 2017 16:03:03 +0000 (18:03 +0200)
committerGitHub <noreply@github.com>
Tue, 22 Aug 2017 16:03:03 +0000 (18:03 +0200)
commit5f20539ee5c6e3f1da23e8fc31ba519a3d078c79
tree59469723b9929d98b3dafd4f4b39d14f11aa270a
parent29d007bb670b486788f73c2d742b0ad0b679ff13
bpo-31234: fork_wait tests now join threads (#3139) (#3187)

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