We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e8ec6 commit c08dbdbCopy full SHA for c08dbdb
Python/bytecodes.c
@@ -88,8 +88,6 @@ static size_t jump;
88
static _Py_CODEUNIT when_to_jump_mask, invert, counter, index, hint;
89
static uint32_t type_version;
90
// Dummy opcode names for 'op' opcodes
91
-#define _BINARY_OP_INPLACE_ADD_UNICODE_PART_1 1001
92
-#define _BINARY_OP_INPLACE_ADD_UNICODE_PART_2 1002
93
#define _COMPARE_OP_FLOAT 1003
94
#define _COMPARE_OP_INT 1004
95
#define _COMPARE_OP_STR 1005
0 commit comments