summaryrefslogtreecommitdiffstats
path: root/Include/opcode.h
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-06-11 21:39:41 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-06-11 21:39:41 (GMT)
commit6a7506a77f11235b2f1f0e97a2f2eb57e6953d88 (patch)
tree49509696dbf91f8e26ee18309678d0f3d4daee56 /Include/opcode.h
parentd611f4cf10e63814ad0d2e51b215d13dc097d355 (diff)
downloadcpython-6a7506a77f11235b2f1f0e97a2f2eb57e6953d88.zip
cpython-6a7506a77f11235b2f1f0e97a2f2eb57e6953d88.tar.gz
cpython-6a7506a77f11235b2f1f0e97a2f2eb57e6953d88.tar.bz2
Issue #27140: Added BUILD_CONST_KEY_MAP opcode.
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 b265368..7884075 100644
--- a/Include/opcode.h
+++ b/Include/opcode.h
@@ -123,6 +123,7 @@ extern "C" {
#define BUILD_SET_UNPACK 153
#define SETUP_ASYNC_WITH 154
#define FORMAT_VALUE 155
+#define BUILD_CONST_KEY_MAP 156
/* 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