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
Fix refresh of functions with implicit optional arguments (#4993)
Type analysis would clear t.optional, so it wouldn't be there on
future runs.
This bug also apparently caused `__new__` methods to not pick up
Optional from implicit optional arguments?
0 commit comments