◐ Shell
clean mode source ↗

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

Conversation

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

@vstinner

This change fixes test_wait3 and test_fork1, when PR #3138 is applied.

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)

Labels