Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 6b5b85aecf4db796a05582202a6c875b36eae516 https://github.com/python/cpython/commit/6b5b85aecf4db796a05582202a6c875b36eae516 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) (#1622) 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)