summaryrefslogtreecommitdiffstats
path: root/Python/bytecodes.c
diff options
context:
space:
mode:
authorTian Gao <gaogaotiantian@hotmail.com>2025-02-25 15:43:49 (GMT)
committerGitHub <noreply@github.com>2025-02-25 15:43:49 (GMT)
commitc5f925c8c948736bd64652918b4e0186b91abbb5 (patch)
treea2e6a8837a5dc2a9a6187ed43fa1e1d954578d54 /Python/bytecodes.c
parent3774d9f7b56871372ac278e2c2d8ff33460d7eb0 (diff)
downloadcpython-c5f925c8c948736bd64652918b4e0186b91abbb5.zip
cpython-c5f925c8c948736bd64652918b4e0186b91abbb5.tar.gz
cpython-c5f925c8c948736bd64652918b4e0186b91abbb5.tar.bz2
gh-122029: Move monitoring after method expand for CALL_KW (GH-130488)
Diffstat (limited to 'Python/bytecodes.c')
-rw-r--r--Python/bytecodes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/bytecodes.c b/Python/bytecodes.c
index 3c5cb07..6f91b10 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)) {