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
Looking at pybind11 again, the `py::capsule::name` method returns a
`const char *`, and comparing that with a literal using `==` is
unspecified behaviour. Seemingly, this is fine on MSVC, but MinGW gcc
warns about it.
0 commit comments