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 the signature computation for a functools.partial-wrapped callable
The diff is hopefully self-explanatory, but the gist is that parameters can
only be overwritten via a keyword argument. This means that
* positional-only parameters cannot be overwritten;
* "normal" parameters must become keyword-only in the resulting signature.
PiperOrigin-RevId: 821616872
0 commit comments