diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-05-17 21:49:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-17 21:49:38 (GMT) |
commit | 44944b602af23712d7119801183cdc6e202e4f76 (patch) | |
tree | 911cdb838b900992f4771127c6dec8094c8178a7 /Python/modsupport.c | |
parent | 69f3a5ac28041fac86897e0c90d98ad9fd6fa3f7 (diff) | |
download | cpython-44944b602af23712d7119801183cdc6e202e4f76.zip cpython-44944b602af23712d7119801183cdc6e202e4f76.tar.gz cpython-44944b602af23712d7119801183cdc6e202e4f76.tar.bz2 |
bpo-30387: Fix warning in test_threading (#1634) (#1636)
test_is_alive_after_fork() now joins directly the thread to avoid the
following warning added by bpo-30357:
Warning -- threading_cleanup() failed to cleanup 0 threads
after 2 sec (count: 0, dangling: 21)
Use also a different exit code to catch generic exit code 1.
(cherry picked from commit f8d05b3a24e745ab4a974b891ac1389e2f11ce4d)
Diffstat (limited to 'Python/modsupport.c')
0 files changed, 0 insertions, 0 deletions