summaryrefslogtreecommitdiff
path: root/Include/opcode.h
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-05-16 14:37:25 -0500
committerBenjamin Peterson <benjamin@python.org>2013-05-16 14:37:25 -0500
commitdf197a8dcb7f4aba4ba0e6b28f910cb28088549e (patch)
tree6d8bf0825d320161ad9ac61eb8c52d2d683ec79d /Include/opcode.h
parent0b24c5b9c125ebb4f9c460cb362bfcdc6f69206f (diff)
downloadcpython-df197a8dcb7f4aba4ba0e6b28f910cb28088549e.tar.gz
rather than passing locals to the class body, just execute the class body in the proper environment
Diffstat (limited to 'Include/opcode.h')
-rw-r--r--Include/opcode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/opcode.h b/Include/opcode.h
index c777ac7ccc..0936f2d9f4 100644
--- a/Include/opcode.h
+++ b/Include/opcode.h
@@ -49,7 +49,6 @@ extern "C" {
#define BINARY_OR 66
#define INPLACE_POWER 67
#define GET_ITER 68
-#define STORE_LOCALS 69
#define PRINT_EXPR 70
#define LOAD_BUILD_CLASS 71
#define YIELD_FROM 72