mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-46841: remove no-longer-used macro UPDATE_PREV_INSTR_OPARG (GH-32100)
This commit is contained in:
parent
12c0012cf9
commit
2f49b97cc5
1 changed files with 0 additions and 2 deletions
|
@ -1433,8 +1433,6 @@ eval_frame_handle_pending(PyThreadState *tstate)
|
|||
|
||||
#define DEOPT_IF(cond, instname) if (cond) { goto instname ## _miss; }
|
||||
|
||||
#define UPDATE_PREV_INSTR_OPARG(instr, oparg) ((uint8_t*)(instr))[-1] = (oparg)
|
||||
|
||||
|
||||
#define GLOBALS() frame->f_globals
|
||||
#define BUILTINS() frame->f_builtins
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue