]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-76785: Consolidate Some Interpreter-related Testing Helpers (gh-117485)
authorEric Snow <ericsnowcurrently@gmail.com>
Tue, 2 Apr 2024 23:16:50 +0000 (17:16 -0600)
committerGitHub <noreply@github.com>
Tue, 2 Apr 2024 23:16:50 +0000 (23:16 +0000)
commit857d3151c9efa029268e8249e91d26eb1b31c2fd
treef2a6b3d675c1141dee34711334e483fac6b96aeb
parentf341d6017dd4e80509b69b5a9e2625b71b70f205
gh-76785: Consolidate Some Interpreter-related Testing Helpers (gh-117485)

This eliminates the duplication of functionally identical helpers in the _testinternalcapi and _xxsubinterpreters modules.
Lib/test/support/interpreters/__init__.py
Lib/test/test__xxsubinterpreters.py
Lib/test/test_capi/test_misc.py
Lib/test/test_import/__init__.py
Lib/test/test_importlib/test_util.py
Lib/test/test_interpreters/test_api.py
Lib/test/test_interpreters/test_queues.py
Lib/test/test_interpreters/utils.py
Modules/_testinternalcapi.c
Modules/_xxsubinterpretersmodule.c