diff options
Diffstat (limited to 'Include/internal/pycore_opcode.h')
-rw-r--r-- | Include/internal/pycore_opcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/internal/pycore_opcode.h b/Include/internal/pycore_opcode.h index 8fdf121aecc..5806d69f98a 100644 --- a/Include/internal/pycore_opcode.h +++ b/Include/internal/pycore_opcode.h @@ -47,7 +47,7 @@ const uint8_t _PyOpcode_Caches[256] = { [FOR_ITER] = 1, [STORE_ATTR] = 4, [LOAD_ATTR] = 9, - [COMPARE_OP] = 2, + [COMPARE_OP] = 1, [LOAD_GLOBAL] = 5, [BINARY_OP] = 1, [CALL] = 4, |