cpython/Lib/test/support
Victor Stinner aa890630bc
bpo-40275: test.support imports subprocess lazily (GH-20471)
test.support module now imports the platform and subprocess modules
lazily to reduce the number of modules imported by
"import test.support".

With this change, the threading module is no longer imported
indirectly by "import test.support".

Use sys.version rather than platform.machine() to detect the Windows
ARM32 buildbot.
2020-05-28 01:56:29 +02:00
..
__init__.py bpo-40275: test.support imports subprocess lazily (GH-20471) 2020-05-28 01:56:29 +02:00
bytecode_helper.py
hashlib_helper.py
logging_helper.py
script_helper.py
socket_helper.py
testresult.py
threading_helper.py bpo-40275: Adding threading_helper submodule in test.support (GH-20263) 2020-05-28 00:10:27 +02:00