summaryrefslogtreecommitdiffstats
path: root/Include/opcode.h
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-04-30 13:41:40 (GMT)
committerBenjamin Peterson <benjamin@python.org>2013-04-30 13:41:40 (GMT)
commit3b0431dc6019d2f9ffa9adcaa78ddd3f7b76a2f5 (patch)
tree7f98ecba2e560776b91856eb74487c26c73d5d0d /Include/opcode.h
parentf256f5f3ebf6574a2708cfea36d857846893e71f (diff)
downloadcpython-3b0431dc6019d2f9ffa9adcaa78ddd3f7b76a2f5.zip
cpython-3b0431dc6019d2f9ffa9adcaa78ddd3f7b76a2f5.tar.gz
cpython-3b0431dc6019d2f9ffa9adcaa78ddd3f7b76a2f5.tar.bz2
check local class namespace before reaching for cells (closes #17853)
Diffstat (limited to 'Include/opcode.h')
-rw-r--r--Include/opcode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/opcode.h b/Include/opcode.h
index a90184d..c777ac7 100644
--- a/Include/opcode.h
+++ b/Include/opcode.h
@@ -140,6 +140,7 @@ extern "C" {
#define SET_ADD 146
#define MAP_ADD 147
+#define LOAD_CLASSDEREF 148
/* EXCEPT_HANDLER is a special, implicit block type which is created when
entering an except handler. It is not an opcode but we define it here