Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
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.
deff(a=1,b=2):returna+bempty_args= []f(*empty_args)# arg0 will be None
CPython versions tested on:
3.12, CPython main branch
Operating systems tested on:
Linux