diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-07-24 15:40:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-24 15:40:50 (GMT) |
commit | bb33ccfc5a216eff753b10a8dc59ec0277f1e1fb (patch) | |
tree | 7b32be97e7233f68acdedd6186d0565d04383671 /Doc/bugs.rst | |
parent | 1daeb259799d0664c9453a3bd8e80411e65b52c9 (diff) | |
download | cpython-bb33ccfc5a216eff753b10a8dc59ec0277f1e1fb.zip cpython-bb33ccfc5a216eff753b10a8dc59ec0277f1e1fb.tar.gz cpython-bb33ccfc5a216eff753b10a8dc59ec0277f1e1fb.tar.bz2 |
bpo-30908: Fix dangling thread in test_os.TestSendfile (#2680) (#2844)
tearDown() now clears explicitly the self.server variable to make
sure that the thread is completely cleared when tearDownClass()
checks if all threads have been cleaned up.
Fix the following warning:
$ ./python -m test --fail-env-changed -m test.test_os.TestSendfile.test_keywords -R 3:1 test_os
(...)
Warning -- threading_cleanup() failed to cleanup 0 threads after 3 sec (count: 0, dangling: 2)
(...)
Tests result: ENV CHANGED
(cherry picked from commit d1cc037d1442cc35d1b194ec8e50901514360949)
Diffstat (limited to 'Doc/bugs.rst')
0 files changed, 0 insertions, 0 deletions