gh-105481: Generate the opcode lists in dis from data extracted from bytecodes.c (#106758)
This commit is contained in:
@@ -234,6 +234,7 @@ GETITEM(PyObject *v, Py_ssize_t i) {
|
||||
|
||||
/* Local variable macros */
|
||||
|
||||
#define LOCALS_ARRAY (frame->localsplus)
|
||||
#define GETLOCAL(i) (frame->localsplus[i])
|
||||
|
||||
/* The SETLOCAL() macro must not DECREF the local variable in-place and
|
||||
|
||||
Reference in New Issue
Block a user