diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-05-17 00:05:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-17 00:05:29 (GMT) |
commit | aeb644714d37fb974e3acdf7daef031461e1283f (patch) | |
tree | e08e9f796898f44492dbfc327ceceaf819048b17 /Misc/ACKS | |
parent | c9ba45d1b71d86321e5422e8a2cbe6e52aaba6f4 (diff) | |
download | cpython-aeb644714d37fb974e3acdf7daef031461e1283f.zip cpython-aeb644714d37fb974e3acdf7daef031461e1283f.tar.gz cpython-aeb644714d37fb974e3acdf7daef031461e1283f.tar.bz2 |
bpo-30357: test_thread now uses threading_cleanup() (#1592) (#1623)
test_thread: setUp() now uses support.threading_setup() and
support.threading_cleanup() to wait until threads complete to avoid
random side effects on following tests.
Co-Authored-By: Grzegorz Grzywacz <grzegorz.grzywacz@nazwa.pl>
(cherry picked from commit 79ef7f8e88a4972c4aecf95cfc5cd934f1861e08)
Diffstat (limited to 'Misc/ACKS')
-rw-r--r-- | Misc/ACKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -543,6 +543,7 @@ Eric Groo Daniel Andrade Groppe Dag Gruneau Filip GruszczyĆski +Grzegorz Grzywacz Thomas Guettler Yuyang Guo Anuj Gupta |