mirror of
https://github.com/python/cpython.git
synced 2025-08-23 02:04:56 +00:00
gh-122029: Move monitoring after method expand for CALL_KW (GH-130488)
This commit is contained in:
parent
3774d9f7b5
commit
c5f925c8c9
4 changed files with 45 additions and 28 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue