mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
gh-81313: Add the math.integer module (PEP-791) (GH-133909)
This commit is contained in:
parent
680a5d070f
commit
dcf3cc5796
22 changed files with 2091 additions and 1748 deletions
1
Python/stdlib_module_names.h
generated
1
Python/stdlib_module_names.h
generated
|
|
@ -51,6 +51,7 @@ static const char* _Py_stdlib_module_names[] = {
|
|||
"_lsprof",
|
||||
"_lzma",
|
||||
"_markupbase",
|
||||
"_math_integer",
|
||||
"_md5",
|
||||
"_multibytecodec",
|
||||
"_multiprocessing",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue