We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8b46b1 commit aebd863Copy full SHA for aebd863
Lib/_opcode_metadata.py
@@ -127,7 +127,11 @@
127
'UNPACK_SEQUENCE': 117,
128
'YIELD_VALUE': 118,
129
'BREAK': 119,
130
+ 'BUILD_LIST_FROM_TUPLES': 120,
131
+ 'BUILD_MAP_FOR_CALL': 121,
132
+ 'BUILD_SET_FROM_TUPLES': 122,
133
'BUILD_TUPLE_FROM_ITER': 123,
134
+ 'BUILD_TUPLE_FROM_TUPLES': 124,
135
'BUILD_TEMPLATE': 125,
136
'BUILD_INTERPOLATION': 126,
137
'CONTINUE': 128,
0 commit comments