diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2022-11-08 16:58:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-08 16:58:11 (GMT) |
commit | d45cc80452b11d5ffc5c9721f74a3e3df8ecad8b (patch) | |
tree | a68aceaa899e2d1404b4f5d8d747bb7a3023ce7b /Modules/Setup.stdlib.in | |
parent | 4d5fcca273b24a5566f1507758e5aae60cdf8a98 (diff) | |
download | cpython-d45cc80452b11d5ffc5c9721f74a3e3df8ecad8b.zip cpython-d45cc80452b11d5ffc5c9721f74a3e3df8ecad8b.tar.gz cpython-d45cc80452b11d5ffc5c9721f74a3e3df8ecad8b.tar.bz2 |
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
Diffstat (limited to 'Modules/Setup.stdlib.in')
-rw-r--r-- | Modules/Setup.stdlib.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Setup.stdlib.in b/Modules/Setup.stdlib.in index ac8959e..74d2222 100644 --- a/Modules/Setup.stdlib.in +++ b/Modules/Setup.stdlib.in @@ -175,6 +175,7 @@ *shared* @MODULE__TESTIMPORTMULTIPLE_TRUE@_testimportmultiple _testimportmultiple.c @MODULE__TESTMULTIPHASE_TRUE@_testmultiphase _testmultiphase.c +@MODULE__TESTMULTIPHASE_TRUE@_testsinglephase _testsinglephase.c @MODULE__CTYPES_TEST_TRUE@_ctypes_test _ctypes/_ctypes_test.c # Limited API template modules; must be built as shared modules. |