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
It prints formal args that are "varargs" without the asterix, which is confusing in diagnostics/error messages.
I'd guess that if it gets *args wrong, it gets **kwargs wrong for the same reason, but I haven't checked yet. This piece of code has been the source of problems in the past and I doubt this is the last bug.
The text was updated successfully, but these errors were encountered:
It prints formal args that are "varargs" without the asterix, which is confusing in diagnostics/error messages.
I'd guess that if it gets *args wrong, it gets **kwargs wrong for the same reason, but I haven't checked yet. This piece of code has been the source of problems in the past and I doubt this is the last bug.
The text was updated successfully, but these errors were encountered: