mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +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
|
@ -6219,6 +6219,11 @@ PY_STDLIB_MOD([_testmultiphase], [test "$TEST_MODULES" = yes])
|
|||
PY_STDLIB_MOD([_xxtestfuzz], [test "$TEST_MODULES" = yes])
|
||||
PY_STDLIB_MOD([_ctypes_test], [test "$TEST_MODULES" = yes], [], [], [-lm])
|
||||
|
||||
dnl Limited API template modules.
|
||||
dnl The limited C API is not compatible with the Py_TRACE_REFS macro.
|
||||
PY_STDLIB_MOD([xxlimited], [test "$Py_TRACE_REFS" = no])
|
||||
PY_STDLIB_MOD([xxlimited_35], [test "$Py_TRACE_REFS" = no])
|
||||
|
||||
# substitute multiline block, must come after last PY_STDLIB_MOD()
|
||||
AC_SUBST([MODULE_BLOCK])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue