You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I should've caught this in #116626 but somehow I missed it. INSTRUMENTED_FUNCTION_CALL_EX sets arg0 to None now, instead of MISSING, when there's no argument.
deff(a=1, b=2):
returna+bempty_args= []
f(*empty_args) # arg0 will be None