-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
gh-116735: Use MISSING
for CALL
event if argument is absent
#116737
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
gh-116735: Use MISSING
for CALL
event if argument is absent
#116737
Conversation
Please merge this after #116732 to avoid conflicts. |
Looks good. |
Yes, this can be merged now. Thanks! |
Thanks @gaogaotiantian for the PR, and @markshannon for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Sorry, @gaogaotiantian and @markshannon, I could not cleanly backport this to
|
GH-116873 is a backport of this pull request to the 3.12 branch. |
… absent (pythonGH-116737) (cherry picked from commit 59e30f4) Co-authored-by: Tian Gao <gaogaotiantian@hotmail.com>
INSTRUMENTED_FUNCTION_CALL_EX
should setarg0
toMISSING
instead ofNone
if argument is absent #116735