SIGN IN SIGN UP

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.
V
Victor Stinner committed
aa890630bc877c73ec806c9982d8b7b2e7019723
Parent: b0461e1
Committed by GitHub <noreply@github.com> on 5/27/2020, 11:56:29 PM