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
No need to file bugs against individual parts of the draft proposal. There are many changes that will need to be made to conform to the proposal — both in pyright and mypy — once it has been accepted. I'll get to it in time. Closing this for now.
Reopening this issue now that conformance tests have been written for the new chapter.
erictraut
changed the title
Enums are not expanded during overload evaluation
Enums, bools, and tuples are not expanded during overload evaluation
Jan 23, 2025
Minimal reproducible example (playground):
The proposed overload chapter says that a non-
Flag
enum should be expanded into the union of its members during overload evaluation.The text was updated successfully, but these errors were encountered: