summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-05-16 19:37:25 (GMT)
committerBenjamin Peterson <benjamin@python.org>2013-05-16 19:37:25 (GMT)
commite8e14591ebb729b4fa19626ce245fa0811cf6f32 (patch)
tree6448a655b30bd5f6d1f23137ebb5f8183547f109 /Include
parente914123d1f07159f32bf4330556397ce4d590189 (diff)
downloadcpython-e8e14591ebb729b4fa19626ce245fa0811cf6f32.zip
cpython-e8e14591ebb729b4fa19626ce245fa0811cf6f32.tar.gz
cpython-e8e14591ebb729b4fa19626ce245fa0811cf6f32.tar.bz2
rather than passing locals to the class body, just execute the class body in the proper environment
Diffstat (limited to 'Include')
-rw-r--r--Include/opcode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/opcode.h b/Include/opcode.h
index c777ac7..0936f2d 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