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
Because Bar['one'] calls EnumType.__getitem__() and Bar.__getitem__('one') calls str.__getitem__(). This also applies to other magics like __contains__ or __len__:
Bug report
Bug description:
CPython versions tested on:
3.12, 3.13
Operating systems tested on:
macOS
The text was updated successfully, but these errors were encountered: