]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #23799: Added test.test_support.start_threads() for running and
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 1 Apr 2015 09:56:39 +0000 (12:56 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 1 Apr 2015 09:56:39 +0000 (12:56 +0300)
commitbd8c629eb54860df775f0072f4cf5fbd23dededb
tree0b8ab1dc5a138c9b76a7d4eb138b62ee99dc0e16
parent2baaba8a95d6edfe205a6e61acc3b428705ee1fa
Issue #23799: Added test.test_support.start_threads() for running and
cleaning up multiple threads.
Lib/test/test_bz2.py
Lib/test/test_capi.py
Lib/test/test_gc.py
Lib/test/test_io.py
Lib/test/test_support.py
Lib/test/test_threadedtempfile.py
Lib/test/test_threading_local.py
Misc/NEWS