diff options
| author | shadchin <[email protected]> | 2026-02-03 21:59:07 +0300 |
|---|---|---|
| committer | shadchin <[email protected]> | 2026-02-03 22:28:51 +0300 |
| commit | bce46f28de392862d5c6c3b185d844ee7c623be3 (patch) | |
| tree | 424878b5b90144f98970ce4a2745990c77330ad2 /contrib/tools/python3/Python/stdlib_module_names.h | |
| parent | 0e0ee9fa48ce9411b4038aa769493d22ff6c10a2 (diff) | |
Import Python 3.13.11
commit_hash:bbb53cefb159aa3e7afaa475fd19d5a03b66945f
Diffstat (limited to 'contrib/tools/python3/Python/stdlib_module_names.h')
| -rw-r--r-- | contrib/tools/python3/Python/stdlib_module_names.h | 33 |
1 files changed, 11 insertions, 22 deletions
diff --git a/contrib/tools/python3/Python/stdlib_module_names.h b/contrib/tools/python3/Python/stdlib_module_names.h index 1b1a1bdee78..dfe0fa2acd8 100644 --- a/contrib/tools/python3/Python/stdlib_module_names.h +++ b/contrib/tools/python3/Python/stdlib_module_names.h @@ -5,6 +5,8 @@ static const char* _Py_stdlib_module_names[] = { "__future__", "_abc", "_aix_support", +"_android_support", +"_apple_support", "_ast", "_asyncio", "_bisect", @@ -19,10 +21,10 @@ static const char* _Py_stdlib_module_names[] = { "_codecs_tw", "_collections", "_collections_abc", +"_colorize", "_compat_pickle", "_compression", "_contextvars", -"_crypt", "_csv", "_ctypes", "_curses", @@ -38,17 +40,21 @@ static const char* _Py_stdlib_module_names[] = { "_hashlib", "_heapq", "_imp", +"_interpchannels", +"_interpqueues", +"_interpreters", "_io", +"_ios_support", "_json", "_locale", "_lsprof", "_lzma", "_markupbase", "_md5", -"_msi", "_multibytecodec", "_multiprocessing", "_opcode", +"_opcode_metadata", "_operator", "_osx_support", "_overlapped", @@ -60,6 +66,7 @@ static const char* _Py_stdlib_module_names[] = { "_pydecimal", "_pyio", "_pylong", +"_pyrepl", "_queue", "_random", "_scproxy", @@ -77,7 +84,9 @@ static const char* _Py_stdlib_module_names[] = { "_string", "_strptime", "_struct", +"_suggestions", "_symtable", +"_sysconfig", "_thread", "_threading_local", "_tkinter", @@ -92,14 +101,12 @@ static const char* _Py_stdlib_module_names[] = { "_wmi", "_zoneinfo", "abc", -"aifc", "antigravity", "argparse", "array", "ast", "asyncio", "atexit", -"audioop", "base64", "bdb", "binascii", @@ -108,9 +115,6 @@ static const char* _Py_stdlib_module_names[] = { "bz2", "cProfile", "calendar", -"cgi", -"cgitb", -"chunk", "cmath", "cmd", "code", @@ -125,7 +129,6 @@ static const char* _Py_stdlib_module_names[] = { "contextvars", "copy", "copyreg", -"crypt", "csv", "ctypes", "curses", @@ -165,7 +168,6 @@ static const char* _Py_stdlib_module_names[] = { "http", "idlelib", "imaplib", -"imghdr", "importlib", "inspect", "io", @@ -173,24 +175,19 @@ static const char* _Py_stdlib_module_names[] = { "itertools", "json", "keyword", -"lib2to3", "linecache", "locale", "logging", "lzma", "mailbox", -"mailcap", "marshal", "math", "mimetypes", "mmap", "modulefinder", -"msilib", "msvcrt", "multiprocessing", "netrc", -"nis", -"nntplib", "nt", "ntpath", "nturl2path", @@ -199,12 +196,10 @@ static const char* _Py_stdlib_module_names[] = { "operator", "optparse", "os", -"ossaudiodev", "pathlib", "pdb", "pickle", "pickletools", -"pipes", "pkgutil", "platform", "plistlib", @@ -240,10 +235,8 @@ static const char* _Py_stdlib_module_names[] = { "signal", "site", "smtplib", -"sndhdr", "socket", "socketserver", -"spwd", "sqlite3", "sre_compile", "sre_constants", @@ -255,14 +248,12 @@ static const char* _Py_stdlib_module_names[] = { "stringprep", "struct", "subprocess", -"sunau", "symtable", "sys", "sysconfig", "syslog", "tabnanny", "tarfile", -"telnetlib", "tempfile", "termios", "textwrap", @@ -285,7 +276,6 @@ static const char* _Py_stdlib_module_names[] = { "unicodedata", "unittest", "urllib", -"uu", "uuid", "venv", "warnings", @@ -295,7 +285,6 @@ static const char* _Py_stdlib_module_names[] = { "winreg", "winsound", "wsgiref", -"xdrlib", "xml", "xmlrpc", "zipapp", |
