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
In #2607 (comment) Guido points out that code like this crashes:
deffoo(__b: int, x: int) ->int: passfoo(x=2)
This is because I forgot to make sure error messages could handle anonymous arguments. I'll have a fix for this in soon, and scan the rest of the error messages for similar bugs.
The text was updated successfully, but these errors were encountered:
In #2607 (comment) Guido points out that code like this crashes:
This is because I forgot to make sure error messages could handle anonymous arguments. I'll have a fix for this in soon, and scan the rest of the error messages for similar bugs.
The text was updated successfully, but these errors were encountered: