mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-105481: generate _specializations and _specialized_instructions from bytecodes.c (#105913)
This commit is contained in:
parent
28187a9c4f
commit
33f0a8578b
12 changed files with 345 additions and 277 deletions
1
Python/stdlib_module_names.h
generated
1
Python/stdlib_module_names.h
generated
|
@ -47,6 +47,7 @@ static const char* _Py_stdlib_module_names[] = {
|
|||
"_multibytecodec",
|
||||
"_multiprocessing",
|
||||
"_opcode",
|
||||
"_opcode_metadata",
|
||||
"_operator",
|
||||
"_osx_support",
|
||||
"_overlapped",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue