Skip to content

gh-122029: Move monitoring after method expand for CALL_KW #130488

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 25, 2025

Conversation

gaogaotiantian
Copy link
Member

@gaogaotiantian gaogaotiantian commented Feb 23, 2025

Per discussion in #122029 (comment), we should monitor what really happened for C code. We expanded the possible method first for CALL, but not for CALL_KW. We should do the same for CALL_KW. We can potentially remove the temp patch in legacy tracing for unpacking methods later.

CALL_FUNCTION_EX is another story and to make the PR easy to review, we are dealing with CALL_KW only in this PR. This should be a very non-intrusive change.

@markshannon
Copy link
Member

Nice clean fix. Thanks

@markshannon markshannon merged commit c5f925c into python:main Feb 25, 2025
63 checks passed
@gaogaotiantian gaogaotiantian deleted the move-monitoring-for-call-kw branch February 25, 2025 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants