]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added opcodes for classes.
authorGuido van Rossum <guido@python.org>
Sun, 18 Nov 1990 17:38:15 +0000 (17:38 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 18 Nov 1990 17:38:15 +0000 (17:38 +0000)
Include/opcode.h

index 43ce54e01e433301deed5fad51a8e808bdc587ce..a4fe6b2bdc16bbdb3c49636ca9d8cc54ccd127cd 100644 (file)
 
 #define BREAK_LOOP     80
 #define RAISE_EXCEPTION        81
+#define LOAD_LOCALS    82
 #define RETURN_VALUE   83
 #define REQUIRE_ARGS   84
 #define REFUSE_ARGS    85
 #define BUILD_FUNCTION 86
 #define POP_BLOCK      87
 #define END_FINALLY    88
+#define BUILD_CLASS    89
 
 #define HAVE_ARGUMENT  90      /* Opcodes from here have an argument: */