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"_tracemalloc",
85"_uuid",
86"_warnings",
87"_weakref",
88"_weakrefset",
89"_winapi",
90"_zoneinfo",
91"abc",
92"aifc",
93"antigravity",
94"argparse",
95"array",
96"ast",
97"asynchat",
98"asyncio",
99"asyncore",
100"atexit",
101"audioop",
102"base64",
103"bdb",
104"binascii",
105"binhex",
106"bisect",
107"builtins",
108"bz2",
109"cProfile",
110"calendar",
111"cgi",
112"cgitb",
113"chunk",
114"cmath",
115"cmd",
116"code",
117"codecs",
118"codeop",
119"collections",
120"colorsys",
121"compileall",
122"concurrent",
123"configparser",
124"contextlib",
125"contextvars",
126"copy",
127"copyreg",
128"crypt",
129"csv",
130"ctypes",
131"curses",
132"dataclasses",
133"datetime",
134"dbm",
135"decimal",
136"difflib",
137"dis",
138"distutils",
139"doctest",
140"email",
141"encodings",
142"ensurepip",
143"enum",
144"errno",
145"faulthandler",
146"fcntl",
147"filecmp",
148"fileinput",
149"fnmatch",
150"fractions",
151"ftplib",
152"functools",
153"gc",
154"genericpath",
155"getopt",
156"getpass",
157"gettext",
158"glob",
159"graphlib",
160"grp",
161"gzip",
162"hashlib",
163"heapq",
164"hmac",
165"html",
166"http",
167"idlelib",
168"imaplib",
169"imghdr",
170"imp",
171"importlib",
172"inspect",
173"io",
174"ipaddress",
175"itertools",
176"json",
177"keyword",
178"lib2to3",
179"linecache",
180"locale",
181"logging",
182"lzma",
183"mailbox",
184"mailcap",
185"marshal",
186"math",
187"mimetypes",
188"mmap",
189"modulefinder",
190"msilib",
191"msvcrt",
192"multiprocessing",
193"netrc",
194"nis",
195"nntplib",
196"nt",
197"ntpath",
198"nturl2path",
199"numbers",
200"opcode",
201"operator",
202"optparse",
203"os",
204"ossaudiodev",
205"pathlib",
206"pdb",
207"pickle",
208"pickletools",
209"pipes",
210"pkgutil",
211"platform",
212"plistlib",
213"poplib",
214"posix",
215"posixpath",
216"pprint",
217"profile",
218"pstats",
219"pty",
220"pwd",
221"py_compile",
222"pyclbr",
223"pydoc",
224"pydoc_data",
225"pyexpat",
226"queue",
227"quopri",
228"random",
229"re",
230"readline",
231"reprlib",
232"resource",
233"rlcompleter",
234"runpy",
235"sched",
236"secrets",
237"select",
238"selectors",
239"shelve",
240"shlex",
241"shutil",
242"signal",
243"site",
244"smtpd",
245"smtplib",
246"sndhdr",
247"socket",
248"socketserver",
249"spwd",
250"sqlite3",
251"sre_compile",
252"sre_constants",
253"sre_parse",
254"ssl",
255"stat",
256"statistics",
257"string",
258"stringprep",
259"struct",
260"subprocess",
261"sunau",
262"symtable",
263"sys",
264"sysconfig",
265"syslog",
266"tabnanny",
267"tarfile",
268"telnetlib",
269"tempfile",
270"termios",
271"textwrap",
272"this",
273"threading",
274"time",
275"timeit",
276"tkinter",
277"token",
278"tokenize",
279"trace",
280"traceback",
281"tracemalloc",
282"tty",
283"turtle",
284"turtledemo",
285"types",
286"typing",
287"unicodedata",
288"unittest",
289"urllib",
290"uu",
291"uuid",
292"venv",
293"warnings",
294"wave",
295"weakref",
296"webbrowser",
297"winreg",
298"winsound",
299"wsgiref",
300"xdrlib",
301"xml",
302"xmlrpc",
303"zipapp",
304"zipfile",
305"zipimport",
306"zlib",
307"zoneinfo",
308};
309