mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
GH-123197: Increment correct stat for CALL_KW (GH-123200)
This commit is contained in:
parent
1eba8bae92
commit
7b26c4d1e3
2 changed files with 2 additions and 2 deletions
|
@ -4194,7 +4194,7 @@ dummy_func(
|
|||
_Py_Specialize_CallKw(callable, next_instr, oparg + !PyStackRef_IsNull(self_or_null));
|
||||
DISPATCH_SAME_OPARG();
|
||||
}
|
||||
STAT_INC(CALL, deferred);
|
||||
STAT_INC(CALL_KW, deferred);
|
||||
ADVANCE_ADAPTIVE_COUNTER(this_instr[1].counter);
|
||||
#endif /* ENABLE_SPECIALIZATION */
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue