]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40275: Adding threading_helper submodule in test.support (GH-20263)
authorHai Shi <shihai1992@gmail.com>
Wed, 27 May 2020 22:10:27 +0000 (06:10 +0800)
committerGitHub <noreply@github.com>
Wed, 27 May 2020 22:10:27 +0000 (00:10 +0200)
commite80697d687b610bd7fb9104af905dec8f0bc55a7
treec848b98eaec2d959237fda725cf47b059f34b12a
parent7d80b35af1ee03834ae4af83e920dee89c2bc273
bpo-40275: Adding threading_helper submodule in test.support (GH-20263)
46 files changed:
Doc/library/test.rst
Lib/test/_test_multiprocessing.py
Lib/test/fork_wait.py
Lib/test/lock_tests.py
Lib/test/pickletester.py
Lib/test/support/__init__.py
Lib/test/support/threading_helper.py [new file with mode: 0644]
Lib/test/test_asynchat.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/utils.py
Lib/test/test_asyncore.py
Lib/test/test_bz2.py
Lib/test/test_capi.py
Lib/test/test_concurrent_futures.py
Lib/test/test_email/test_email.py
Lib/test/test_enum.py
Lib/test/test_ftplib.py
Lib/test/test_functools.py
Lib/test/test_gc.py
Lib/test/test_hashlib.py
Lib/test/test_httpservers.py
Lib/test/test_imaplib.py
Lib/test/test_import/__init__.py
Lib/test/test_importlib/test_locks.py
Lib/test/test_importlib/test_threaded_import.py
Lib/test/test_io.py
Lib/test/test_logging.py
Lib/test/test_os.py
Lib/test/test_poll.py
Lib/test/test_poplib.py
Lib/test/test_pydoc.py
Lib/test/test_queue.py
Lib/test/test_robotparser.py
Lib/test/test_sched.py
Lib/test/test_smtplib.py
Lib/test/test_socket.py
Lib/test/test_socketserver.py
Lib/test/test_ssl.py
Lib/test/test_sys.py
Lib/test/test_thread.py
Lib/test/test_threadedtempfile.py
Lib/test/test_threading.py
Lib/test/test_threading_local.py
Lib/test/test_threadsignals.py
Lib/test/test_urllib2_localnet.py
Lib/test/test_xmlrpc.py