]> granicus.if.org Git - python/commit
bpo-31234: fork_wait tests now join threads (#3139)
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 18 Aug 2017 21:12:26 +0000 (23:12 +0200)
committerGitHub <noreply@github.com>
Fri, 18 Aug 2017 21:12:26 +0000 (23:12 +0200)
commitc99d41f9c0304fcf06550515c3db55f93a629e9e
tree820bfeaa73f8ba276c34317e853e23599abce1d6
parentd73a960c575207539c3f9765cff26d4fff400b45
bpo-31234: fork_wait tests now join threads (#3139)

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