1// Auto-generated by Tools/scripts/generate_stdlib_module_names.py.
2// List used to create sys.stdlib_module_names.
3
4static const char* _Py_stdlib_module_names[] = {
5"__future__",
6"_abc",
7"_aix_support",
8"_ast",
9"_asyncio",
10"_bisect",
11"_blake2",
12"_bootsubprocess",
13"_bz2",
14"_codecs",
15"_codecs_cn",
16"_codecs_hk",
17"_codecs_iso2022",
18"_codecs_jp",
19"_codecs_kr",
20"_codecs_tw",
21"_collections",
22"_collections_abc",
23"_compat_pickle",
24"_compression",
25"_contextvars",
26"_crypt",
27"_csv",
28"_ctypes",
29"_curses",
30"_curses_panel",
31"_datetime",
32"_dbm",
33"_decimal",
34"_elementtree",
35"_frozen_importlib",
36"_frozen_importlib_external",
37"_functools",
38"_gdbm",
39"_hashlib",
40"_heapq",
41"_imp",
42"_io",
43"_json",
44"_locale",
45"_lsprof",
46"_lzma",
47"_markupbase",
48"_md5",
49"_msi",
50"_multibytecodec",
51"_multiprocessing",
52"_opcode",
53"_operator",
54"_osx_support",
55"_overlapped",
56"_pickle",
57"_posixshmem",
58"_posixsubprocess",
59"_py_abc",
60"_pydecimal",
61"_pyio",
62"_queue",
63"_random",
64"_scproxy",
65"_sha1",
66"_sha256",
67"_sha3",
68"_sha512",
69"_signal",
70"_sitebuiltins",
71"_socket",
72"_sqlite3",
73"_sre",
74"_ssl",
75"_stat",
76"_statistics",
77"_string",
78"_strptime",
79"_struct",
80"_symtable",
81"_thread",
82"_threading_local",
83"_tkinter",
84"_tokenize",
85"_tracemalloc",
86"_typing",
87"_uuid",
88"_warnings",
89"_weakref",
90"_weakrefset",
91"_winapi",
92"_zoneinfo",
93"abc",
94"aifc",
95"antigravity",
96"argparse",
97"array",
98"ast",
99"asynchat",
100"asyncio",
101"asyncore",
102"atexit",
103"audioop",
104"base64",
105"bdb",
106"binascii",
107"bisect",
108"builtins",
109"bz2",
110"cProfile",
111"calendar",
112"cgi",
113"cgitb",
114"chunk",
115"cmath",
116"cmd",
117"code",
118"codecs",
119"codeop",
120"collections",
121"colorsys",
122"compileall",
123"concurrent",
124"configparser",
125"contextlib",
126"contextvars",
127"copy",
128"copyreg",
129"crypt",
130"csv",
131"ctypes",
132"curses",
133"dataclasses",
134"datetime",
135"dbm",
136"decimal",
137"difflib",
138"dis",
139"distutils",
140"doctest",
141"email",
142"encodings",
143"ensurepip",
144"enum",
145"errno",
146"faulthandler",
147"fcntl",
148"filecmp",
149"fileinput",
150"fnmatch",
151"fractions",
152"ftplib",
153"functools",
154"gc",
155"genericpath",
156"getopt",
157"getpass",
158"gettext",
159"glob",
160"graphlib",
161"grp",
162"gzip",
163"hashlib",
164"heapq",
165"hmac",
166"html",
167"http",
168"idlelib",
169"imaplib",
170"imghdr",
171"imp",
172"importlib",
173"inspect",
174"io",
175"ipaddress",
176"itertools",
177"json",
178"keyword",
179"lib2to3",
180"linecache",
181"locale",
182"logging",
183"lzma",
184"mailbox",
185"mailcap",
186"marshal",
187"math",
188"mimetypes",
189"mmap",
190"modulefinder",
191"msilib",
192"msvcrt",
193"multiprocessing",
194"netrc",
195"nis",
196"nntplib",
197"nt",
198"ntpath",
199"nturl2path",
200"numbers",
201"opcode",
202"operator",
203"optparse",
204"os",
205"ossaudiodev",
206"pathlib",
207"pdb",
208"pickle",
209"pickletools",
210"pipes",
211"pkgutil",
212"platform",
213"plistlib",
214"poplib",
215"posix",
216"posixpath",
217"pprint",
218"profile",
219"pstats",
220"pty",
221"pwd",
222"py_compile",
223"pyclbr",
224"pydoc",
225"pydoc_data",
226"pyexpat",
227"queue",
228"quopri",
229"random",
230"re",
231"readline",
232"reprlib",
233"resource",
234"rlcompleter",
235"runpy",
236"sched",
237"secrets",
238"select",
239"selectors",
240"shelve",
241"shlex",
242"shutil",
243"signal",
244"site",
245"smtpd",
246"smtplib",
247"sndhdr",
248"socket",
249"socketserver",
250"spwd",
251"sqlite3",
252"sre_compile",
253"sre_constants",
254"sre_parse",
255"ssl",
256"stat",
257"statistics",
258"string",
259"stringprep",
260"struct",
261"subprocess",
262"sunau",
263"symtable",
264"sys",
265"sysconfig",
266"syslog",
267"tabnanny",
268"tarfile",
269"telnetlib",
270"tempfile",
271"termios",
272"textwrap",
273"this",
274"threading",
275"time",
276"timeit",
277"tkinter",
278"token",
279"tokenize",
280"tomllib",
281"trace",
282"traceback",
283"tracemalloc",
284"tty",
285"turtle",
286"turtledemo",
287"types",
288"typing",
289"unicodedata",
290"unittest",
291"urllib",
292"uu",
293"uuid",
294"venv",
295"warnings",
296"wave",
297"weakref",
298"webbrowser",
299"winreg",
300"winsound",
301"wsgiref",
302"xdrlib",
303"xml",
304"xmlrpc",
305"zipapp",
306"zipfile",
307"zipimport",
308"zlib",
309"zoneinfo",
310};
311