summaryrefslogtreecommitdiff
path: root/Lib/opcode.py
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
commite8e14591ebb729b4fa19626ce245fa0811cf6f32 (patch)
tree6448a655b30bd5f6d1f23137ebb5f8183547f109 /Lib/opcode.py
parente914123d1f07159f32bf4330556397ce4d590189 (diff)
downloadcpython-git-e8e14591ebb729b4fa19626ce245fa0811cf6f32.tar.gz
rather than passing locals to the class body, just execute the class body in the proper environment
Diffstat (limited to 'Lib/opcode.py')
-rw-r--r--Lib/opcode.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/opcode.py b/Lib/opcode.py
index 4657b86ef9..78d12294e3 100644
--- a/Lib/opcode.py
+++ b/Lib/opcode.py
@@ -84,7 +84,6 @@ def_op('BINARY_XOR', 65)
def_op('BINARY_OR', 66)
def_op('INPLACE_POWER', 67)
def_op('GET_ITER', 68)
-def_op('STORE_LOCALS', 69)
def_op('PRINT_EXPR', 70)
def_op('LOAD_BUILD_CLASS', 71)