diff options
| author | Victor Stinner <victor.stinner@gmail.com> | 2017-05-17 18:58:50 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-17 18:58:50 (GMT) |
| commit | f8d05b3a24e745ab4a974b891ac1389e2f11ce4d (patch) | |
| tree | 4e131dd471001d21c6f1c705e963e95ea4bf84dd /Lib/test/test_poplib.py | |
| parent | 6f75bc003ab4d5294b0291289ae03f7a8d305f46 (diff) | |
| download | cpython-f8d05b3a24e745ab4a974b891ac1389e2f11ce4d.zip cpython-f8d05b3a24e745ab4a974b891ac1389e2f11ce4d.tar.gz cpython-f8d05b3a24e745ab4a974b891ac1389e2f11ce4d.tar.bz2 | |
bpo-30387: Fix warning in test_threading (#1634)
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.
Diffstat (limited to 'Lib/test/test_poplib.py')
0 files changed, 0 insertions, 0 deletions
