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
stubgenc: small fix in get_default_function_sig (#19822)
This small change fixes a crash in the case when a function arg has both
a default value and a non-string type annotation.
Here is an example:
```
def f(i: int = 0): pass
```
0 commit comments