]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Get rid of obsolete ACCESS_MODE opcode.
authorGuido van Rossum <guido@python.org>
Fri, 9 May 1997 00:39:04 +0000 (00:39 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 9 May 1997 00:39:04 +0000 (00:39 +0000)
Include/opcode.h

index 366b283a0361c3d2d7f52d9271113c31c0a62327..52c8744cf22ae96e6ec3af86b520ad2f8d36b1b2 100644 (file)
@@ -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     /* "" */