]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111881: Use lazy import in test.support (#111885)
authorVictor Stinner <vstinner@python.org>
Thu, 9 Nov 2023 14:38:13 +0000 (15:38 +0100)
committerGitHub <noreply@github.com>
Thu, 9 Nov 2023 14:38:13 +0000 (15:38 +0100)
commit0372e3b02a7e3dc1c564dba94dcd817c5472b04f
tree1f6c2660ccc0252ebff00c00ebc9fe9e5647153a
parentcc18b886a51672c59622837a2b8e83bf6be28c58
gh-111881: Use lazy import in test.support (#111885)

* Import lazily getpass in test.support
* Only import ctypes on Windows in test.support.os_helper.
Lib/test/support/__init__.py
Lib/test/support/os_helper.py