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
Hello!
There's no bug since it's really different types, although semantically they are the same.
After merge of #105511 this problem will gone.
cc @JelleZijlstra
Bug report
Bug description:
There seems to be a bug with
str|None
vsUnion[str,None]
/Optional[str]
:This is unexpected to me and I think this is an error.
I verified this behavior on 3.10, 3.11 and 3.12.
CPython versions tested on:
3.10, 3.11, 3.12
Operating systems tested on:
Linux
The text was updated successfully, but these errors were encountered: