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
Fedora build of pybind-2.2.4 for Python 3.8 with patch for e7ef34f fails the test phase with
def test_enum_to_int():
> m.test_enum_to_int(m.Flags.Read)
E TypeError: test_enum_to_int(): incompatible function arguments. The following argument types are supported:
E 1. (arg0: int) -> None
E
E Invoked with: Flags.Read