summaryrefslogtreecommitdiffstats
path: root/Python/stdlib_module_names.h
diff options
context:
space:
mode:
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>2023-06-19 22:47:04 (GMT)
committerGitHub <noreply@github.com>2023-06-19 22:47:04 (GMT)
commit33f0a8578b729e67c482daedc2660648afd0ee78 (patch)
treeb3593b66cc56e07461348935f6a8c9259211ea87 /Python/stdlib_module_names.h
parent28187a9c4f95affe50fd37e0db0db177e2b9c2e9 (diff)
downloadcpython-33f0a8578b729e67c482daedc2660648afd0ee78.zip
cpython-33f0a8578b729e67c482daedc2660648afd0ee78.tar.gz
cpython-33f0a8578b729e67c482daedc2660648afd0ee78.tar.bz2
gh-105481: generate _specializations and _specialized_instructions from bytecodes.c (#105913)
Diffstat (limited to 'Python/stdlib_module_names.h')
-rw-r--r--Python/stdlib_module_names.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/stdlib_module_names.h b/Python/stdlib_module_names.h
index 925b8b3..13b1764 100644
--- a/Python/stdlib_module_names.h
+++ b/Python/stdlib_module_names.h
@@ -47,6 +47,7 @@ static const char* _Py_stdlib_module_names[] = {
"_multibytecodec",
"_multiprocessing",
"_opcode",
+"_opcode_metadata",
"_operator",
"_osx_support",
"_overlapped",