Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: aeb644714d37fb974e3acdf7daef031461e1283f https://github.com/python/cpython/commit/aeb644714d37fb974e3acdf7daef031461e1283f Author: Victor Stinner <victor.stinner at gmail.com> Date: 2017年05月16日 (2017年5月16日) Changed paths: M Lib/test/test_thread.py M Misc/ACKS M Misc/NEWS Log Message: ----------- 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 at nazwa.pl> (cherry picked from commit 79ef7f8e88a4972c4aecf95cfc5cd934f1861e08)