gh-81313: Add the math.integer module (PEP-791) (GH-133909)

This commit is contained in:
Serhiy Storchaka 2025-10-31 16:13:43 +02:00 committed by GitHub
parent 680a5d070f
commit dcf3cc5796
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 2091 additions and 1748 deletions

View file

@ -51,6 +51,7 @@ static const char* _Py_stdlib_module_names[] = {
"_lsprof",
"_lzma",
"_markupbase",
"_math_integer",
"_md5",
"_multibytecodec",
"_multiprocessing",