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
Fixed *args and **kwargs handling in the functools overlay
pytype is sometimes able to convert args/kwargs to positional/keyword arguments.
The functools overlay did not account for that prior to this change, and ended
up passing the same arguments twice!
See added test case for a minimal repro.
PiperOrigin-RevId: 821665368
0 commit comments