mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Get rid of obsolete ACCESS_MODE opcode.
This commit is contained in:
parent
1aceb056d6
commit
6a33de9526
1 changed files with 0 additions and 1 deletions
|
|
@ -115,7 +115,6 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
#define COMPARE_OP 106 /* Comparison operator */
|
||||
#define IMPORT_NAME 107 /* Index in name list */
|
||||
#define IMPORT_FROM 108 /* Index in name list */
|
||||
#define ACCESS_MODE 109 /* Name (mode is int on top of stack) */
|
||||
|
||||
#define JUMP_FORWARD 110 /* Number of bytes to skip */
|
||||
#define JUMP_IF_FALSE 111 /* "" */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue