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
Hi! Is this issue still relevant? If so, I'd like to give it a try :)
Yes, very much so — feel free! I took a quick look at it some time ago and remember it being slightly trickier than I anticipated — but the codebase has changed a lot since, so that won't necessarily still hold true :)
And, similarly,
Union[type[X], type[Y]]
->type[Union[X, Y]]
.Same basic idea as #110. Came up in python/typeshed#7087.
The text was updated successfully, but these errors were encountered: