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 12c0012 commit 2f49b97Copy full SHA for 2f49b97
1 file changed
Python/ceval.c
@@ -1433,8 +1433,6 @@ eval_frame_handle_pending(PyThreadState *tstate)
1433
1434
#define DEOPT_IF(cond, instname) if (cond) { goto instname ## _miss; }
1435
1436
-#define UPDATE_PREV_INSTR_OPARG(instr, oparg) ((uint8_t*)(instr))[-1] = (oparg)
1437
-
1438
1439
#define GLOBALS() frame->f_globals
1440
#define BUILTINS() frame->f_builtins
0 commit comments