mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Added opcodes for classes.
This commit is contained in:
parent
cc398d1cbb
commit
f1270274e2
1 changed files with 2 additions and 0 deletions
|
|
@ -37,12 +37,14 @@
|
||||||
|
|
||||||
#define BREAK_LOOP 80
|
#define BREAK_LOOP 80
|
||||||
#define RAISE_EXCEPTION 81
|
#define RAISE_EXCEPTION 81
|
||||||
|
#define LOAD_LOCALS 82
|
||||||
#define RETURN_VALUE 83
|
#define RETURN_VALUE 83
|
||||||
#define REQUIRE_ARGS 84
|
#define REQUIRE_ARGS 84
|
||||||
#define REFUSE_ARGS 85
|
#define REFUSE_ARGS 85
|
||||||
#define BUILD_FUNCTION 86
|
#define BUILD_FUNCTION 86
|
||||||
#define POP_BLOCK 87
|
#define POP_BLOCK 87
|
||||||
#define END_FINALLY 88
|
#define END_FINALLY 88
|
||||||
|
#define BUILD_CLASS 89
|
||||||
|
|
||||||
#define HAVE_ARGUMENT 90 /* Opcodes from here have an argument: */
|
#define HAVE_ARGUMENT 90 /* Opcodes from here have an argument: */
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue