diff options
Diffstat (limited to 'Python/bytecodes.c')
-rw-r--r-- | Python/bytecodes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/bytecodes.c b/Python/bytecodes.c index 3c5cb07709d..6f91b10b8b8 100644 --- a/Python/bytecodes.c +++ b/Python/bytecodes.c @@ -4509,8 +4509,8 @@ dummy_func( macro(INSTRUMENTED_CALL_KW) = counter/1 + unused/2 + - _MONITOR_CALL_KW + _MAYBE_EXPAND_METHOD_KW + + _MONITOR_CALL_KW + _DO_CALL_KW; op(_CHECK_IS_NOT_PY_CALLABLE_KW, (callable[1], unused[1], unused[oparg], kwnames -- callable[1], unused[1], unused[oparg], kwnames)) { |