Skip to content

Commit bc1ff3a

Browse files
iritkatrielFidget-Spinner
authored andcommitted
pythongh-102738: remove from cases generator the code related to register instructions (python#102739)
1 parent 824309e commit bc1ff3a

6 files changed

+267
-327
lines changed

Include/internal/pycore_global_objects_fini_generated.h

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Include/internal/pycore_global_strings.h

+1
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,7 @@ struct _Py_global_strings {
481481
STRUCT_FOR_ID(kw2)
482482
STRUCT_FOR_ID(lambda)
483483
STRUCT_FOR_ID(last)
484+
STRUCT_FOR_ID(last_exc)
484485
STRUCT_FOR_ID(last_node)
485486
STRUCT_FOR_ID(last_traceback)
486487
STRUCT_FOR_ID(last_type)

Include/internal/pycore_runtime_init_generated.h

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Include/internal/pycore_unicodeobject_generated.h

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)