]> granicus.if.org Git - python/commit
Issue #23799: Added test.support.start_threads() for running and cleaning up
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 1 Apr 2015 10:06:18 +0000 (13:06 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 1 Apr 2015 10:06:18 +0000 (13:06 +0300)
commitc05e260ecb822431cf5bdcd02b7cb0f4cfc88f6b
treefb71efc4179189df04b94d4f0e7d628b2cee62b0
parenta7726624239367a72f5117700e675d5915a40714
parent263dcd20a374d540c8f0bc07332f1657adf6da83
Issue #23799: Added test.support.start_threads() for running and cleaning up
multiple threads.
Lib/test/support/__init__.py
Lib/test/test_bz2.py
Lib/test/test_capi.py
Lib/test/test_io.py
Lib/test/test_threaded_import.py
Misc/NEWS