]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-98627: Add the _testsinglephase Module (gh-99039)
authorEric Snow <ericsnowcurrently@gmail.com>
Tue, 8 Nov 2022 16:58:11 +0000 (09:58 -0700)
committerGitHub <noreply@github.com>
Tue, 8 Nov 2022 16:58:11 +0000 (09:58 -0700)
commitd45cc80452b11d5ffc5c9721f74a3e3df8ecad8b
treea68aceaa899e2d1404b4f5d8d747bb7a3023ce7b
parent4d5fcca273b24a5566f1507758e5aae60cdf8a98
gh-98627: Add the _testsinglephase Module (gh-99039)

This makes it more clear that a given test is definitely testing against a single-phase init (legacy) extension module.  The new module is a companion to _testmultiphase.

https://github.com/python/cpython/issues/98627
13 files changed:
Lib/test/test_importlib/extension/test_case_sensitivity.py
Lib/test/test_importlib/extension/test_loader.py
Lib/test/test_importlib/util.py
Modules/Setup
Modules/Setup.stdlib.in
Modules/_testsinglephase.c [new file with mode: 0644]
PCbuild/_testsinglephase.vcxproj [new file with mode: 0644]
PCbuild/_testsinglephase.vcxproj.filters [new file with mode: 0644]
PCbuild/pcbuild.proj
PCbuild/pcbuild.sln
PCbuild/readme.txt
Tools/build/generate_stdlib_module_names.py
Tools/msi/test/test_files.wxs