Skip to content

Commit 914d312

Browse files
Auto-generate: generate_opcode_metadata.py
1 parent 33fbc51 commit 914d312

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Lib/_opcode_metadata.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@
132132
'BUILD_SET_FROM_TUPLES': 122,
133133
'BUILD_TUPLE_FROM_ITER': 123,
134134
'BUILD_TUPLE_FROM_TUPLES': 124,
135+
'BUILD_TEMPLATE': 125,
136+
'BUILD_INTERPOLATION': 126,
135137
'CONTINUE': 128,
136138
'JUMP_IF_FALSE_OR_POP': 129,
137139
'JUMP_IF_TRUE_OR_POP': 130,

0 commit comments

Comments
 (0)