mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
bpo-45847: Port array, _contextvars, math, and cmath to PY_STDLIB_MOD_SIMPLE (GH-29688)
This commit is contained in:
parent
db2277a114
commit
133c65a870
4 changed files with 90 additions and 6 deletions
|
@ -6075,7 +6075,11 @@ PY_STDLIB_MOD_SIMPLE([_io], [-I\$(srcdir)/Modules/_io], [])
|
|||
PY_STDLIB_MOD_SIMPLE([time], [], [$TIMEMODULE_LIB])
|
||||
|
||||
dnl always enabled extension modules
|
||||
PY_STDLIB_MOD_SIMPLE([array])
|
||||
PY_STDLIB_MOD_SIMPLE([_contextvars])
|
||||
PY_STDLIB_MOD_SIMPLE([_datetime], [], [$TIMEMODULE_LIB $LIBM])
|
||||
PY_STDLIB_MOD_SIMPLE([math], [], [$LIBM])
|
||||
PY_STDLIB_MOD_SIMPLE([cmath], [], [$LIBM])
|
||||
|
||||
dnl platform specific extensions
|
||||
PY_STDLIB_MOD([grp], [], [test "$ac_cv_func_getgrgid" = yes -o "$ac_cv_func_getgrgid_r" = yes])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue