Skip to content

Commit 2f49b97

Browse files
authored
bpo-46841: remove no-longer-used macro UPDATE_PREV_INSTR_OPARG (GH-32100)
1 parent 12c0012 commit 2f49b97

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: Python/ceval.c

-2
Original file line numberDiff line numberDiff line change
@@ -1433,8 +1433,6 @@ eval_frame_handle_pending(PyThreadState *tstate)
14331433

14341434
#define DEOPT_IF(cond, instname) if (cond) { goto instname ## _miss; }
14351435

1436-
#define UPDATE_PREV_INSTR_OPARG(instr, oparg) ((uint8_t*)(instr))[-1] = (oparg)
1437-
14381436

14391437
#define GLOBALS() frame->f_globals
14401438
#define BUILTINS() frame->f_builtins

0 commit comments

Comments
 (0)