mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +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
|
|
@ -28,6 +28,12 @@
|
|||
|
||||
############################################################################
|
||||
# Modules that should always be present (POSIX and Windows):
|
||||
@MODULE_ARRAY_TRUE@array arraymodule.c
|
||||
@MODULE__CONTEXTVARS_TRUE@_contextvars _contextvarsmodule.c
|
||||
|
||||
# needs libm
|
||||
@MODULE_MATH_TRUE@math mathmodule.c
|
||||
@MODULE_CMATH_TRUE@cmath cmathmodule.c
|
||||
|
||||
# needs libm and on some platforms librt
|
||||
@MODULE__DATETIME_TRUE@_datetime _datetimemodule.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue