-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
INSTRUMENTED_FUNCTION_CALL_EX
should set arg0
to MISSING
instead of None
if argument is absent
#116735
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
Labels
type-bug
An unexpected behavior, bug, or error
Comments
markshannon
pushed a commit
that referenced
this issue
Mar 15, 2024
gaogaotiantian
added a commit
to gaogaotiantian/cpython
that referenced
this issue
Mar 15, 2024
… absent (pythonGH-116737) (cherry picked from commit 59e30f4) Co-authored-by: Tian Gao <gaogaotiantian@hotmail.com>
markshannon
pushed a commit
that referenced
this issue
Mar 19, 2024
vstinner
pushed a commit
to vstinner/cpython
that referenced
this issue
Mar 20, 2024
adorilson
pushed a commit
to adorilson/cpython
that referenced
this issue
Mar 25, 2024
diegorusso
pushed a commit
to diegorusso/cpython
that referenced
this issue
Apr 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Bug description:
I should've caught this in #116626 but somehow I missed it.
INSTRUMENTED_FUNCTION_CALL_EX
setsarg0
toNone
now, instead ofMISSING
, when there's no argument.CPython versions tested on:
3.12, CPython main branch
Operating systems tested on:
Linux
Linked PRs
MISSING
forCALL
event if argument is absent #116737MISSING
forCALL
event if argument is absen… #116873The text was updated successfully, but these errors were encountered: