diff options
author | Victor Stinner <vstinner@python.org> | 2020-05-28 01:56:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-28 01:56:29 +0200 |
commit | aa890630bc877c73ec806c9982d8b7b2e7019723 (patch) | |
tree | 4e0d3b21695039d5c0275e1951d164b661f08940 /Python/getargs.c | |
parent | b0461e19b5ecb2d89917b23efb5ce1048fab1b22 (diff) | |
download | cpython-aa890630bc877c73ec806c9982d8b7b2e7019723.tar.gz cpython-aa890630bc877c73ec806c9982d8b7b2e7019723.zip |
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.
Diffstat (limited to 'Python/getargs.c')
0 files changed, 0 insertions, 0 deletions