bpo-31234: fork_wait tests now join threads by vstinner · Pull Request #3139 · python/cpython

@vstinner

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

vstinner added a commit that referenced this pull request

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

(cherry picked from commit c99d41f)

vstinner added a commit that referenced this pull request

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

(cherry picked from commit c99d41f)