INSTRUMENTED_FUNCTION_CALL_EX
should set arg0
to MISSING
instead of None
if argument is absent
#116735
Labels
type-bug
An unexpected behavior, bug, or error
Uh oh!
There was an error while loading. Please reload this page.
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: