Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit db3b041

Browse files
committed
Added BUILD_SLICE opcode.
1 parent ae8a99e commit db3b041

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Include/opcode.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
139139
#define RAISE_VARARGS 130 /* Number of raise arguments (1, 2 or 3) */
140140
#define CALL_FUNCTION 131 /* #args + (#kwargs<<8) */
141141
#define MAKE_FUNCTION 132 /* #defaults */
142+
#define BUILD_SLICE 133 /* Number of items */
142143

143144
/* Comparison operator codes (argument to COMPARE_OP) */
144145
enum cmp_op {LT, LE, EQ, NE, GT, GE, IN, NOT_IN, IS, IS_NOT, EXC_MATCH, BAD};

0 commit comments

Comments
 (0)