diff options
| author | Serhiy Storchaka <storchaka@gmail.com> | 2016-06-12 00:39:41 +0300 |
|---|---|---|
| committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-06-12 00:39:41 +0300 |
| commit | 6a7506a77f11235b2f1f0e97a2f2eb57e6953d88 (patch) | |
| tree | 49509696dbf91f8e26ee18309678d0f3d4daee56 /Include/opcode.h | |
| parent | d611f4cf10e63814ad0d2e51b215d13dc097d355 (diff) | |
| download | cpython-git-6a7506a77f11235b2f1f0e97a2f2eb57e6953d88.tar.gz | |
Issue #27140: Added BUILD_CONST_KEY_MAP opcode.
Diffstat (limited to 'Include/opcode.h')
| -rw-r--r-- | Include/opcode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/opcode.h b/Include/opcode.h index b265368b61..7884075d84 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 |
