diff options
author | Erlend Egeberg Aasland <erlend.aasland@innova.no> | 2021-11-22 20:27:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-22 20:27:05 (GMT) |
commit | 2dc7d3dda61e7ce07721f46b14c706fbc879dfd6 (patch) | |
tree | 084f525a4f3cfb66ebf1dbcde5eee0c0be33182e /Modules/Setup.stdlib.in | |
parent | 1037ca5a8ea001bfa2a198e08655620234e9befd (diff) | |
download | cpython-2dc7d3dda61e7ce07721f46b14c706fbc879dfd6.zip cpython-2dc7d3dda61e7ce07721f46b14c706fbc879dfd6.tar.gz cpython-2dc7d3dda61e7ce07721f46b14c706fbc879dfd6.tar.bz2 |
bpo-45847: Port xxlimited and xxlimited_35 to PY_STDLIB_MOD (GH-29707)
Diffstat (limited to 'Modules/Setup.stdlib.in')
-rw-r--r-- | Modules/Setup.stdlib.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Modules/Setup.stdlib.in b/Modules/Setup.stdlib.in index b12ae9d..0c88eed 100644 --- a/Modules/Setup.stdlib.in +++ b/Modules/Setup.stdlib.in @@ -135,9 +135,14 @@ @MODULE__TESTBUFFER_TRUE@_testbuffer _testbuffer.c @MODULE__TESTINTERNALCAPI_TRUE@_testinternalcapi _testinternalcapi.c + # Some testing modules MUST be built as shared libraries. *shared* @MODULE__TESTCAPI_TRUE@_testcapi _testcapimodule.c @MODULE__TESTIMPORTMULTIPLE_TRUE@_testimportmultiple _testimportmultiple.c @MODULE__TESTMULTIPHASE_TRUE@_testmultiphase _testmultiphase.c @MODULE__CTYPES_TEST_TRUE@_ctypes_test _ctypes/_ctypes_test.c + +# Limited API template modules; must be built as shared modules. +@MODULE_XXLIMITED_TRUE@xxlimited xxlimited.c +@MODULE_XXLIMITED_35_TRUE@xxlimited_35 xxlimited_35.c |