mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
bpo-45847: Port xxlimited and xxlimited_35 to PY_STDLIB_MOD (GH-29707)
This commit is contained in:
parent
1037ca5a8e
commit
2dc7d3dda6
4 changed files with 99 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue