Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: c1d5345679eaa5fccd719b1c130140eecc8ba4c8 https://github.com/python/cpython/commit/c1d5345679eaa5fccd719b1c130140eecc8ba4c8 Author: Serhiy Storchaka <storchaka at gmail.com> Date: 2017年06月23日 (2017年6月23日) Changed paths: M Lib/test/lock_tests.py Log Message: ----------- [3.6] bpo-30727: Fix a race condition in test_threading. (GH-2334) (#2351) (cherry picked from commit 32cb968)