]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-109625: Move _ready_to_import() from test_import to support.import_helper...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Oct 2023 15:35:03 +0000 (08:35 -0700)
committerGitHub <noreply@github.com>
Mon, 2 Oct 2023 15:35:03 +0000 (17:35 +0200)
commit8c5fd2105c3d592883b682b5788355aed3f785d7
tree09465e71cf139f12fd07a01efb76e49322773730
parent150bd302bb78ad3ed0524447cfa25805b1e22763
[3.12] gh-109625: Move _ready_to_import() from test_import to support.import_helper (GH-109626) (#109640)

gh-109625: Move _ready_to_import() from test_import to support.import_helper (GH-109626)
(cherry picked from commit 115c49ad5a5ccfb628fef3ae06a566f7a0197f97)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Lib/test/support/import_helper.py
Lib/test/test_import/__init__.py
Lib/test/test_inspect.py