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 58f7da5..81ca914 100644 --- a/Include/internal/pycore_opcode.h +++ b/Include/internal/pycore_opcode.h @@ -55,7 +55,7 @@ const uint8_t _PyOpcode_Caches[256] = { [LOAD_GLOBAL] = 4, [BINARY_OP] = 1, [SEND] = 1, - [CALL] = 4, + [CALL] = 3, }; const uint8_t _PyOpcode_Deopt[256] = { |