gh-105481: generate _specializations and _specialized_instructions from bytecodes.c (#105913)

This commit is contained in:
Irit Katriel 2023-06-19 23:47:04 +01:00 committed by GitHub
parent 28187a9c4f
commit 33f0a8578b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 345 additions and 277 deletions

View file

@ -47,6 +47,7 @@ static const char* _Py_stdlib_module_names[] = {
"_multibytecodec",
"_multiprocessing",
"_opcode",
"_opcode_metadata",
"_operator",
"_osx_support",
"_overlapped",