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
Pybind11 2.6 introduces `pybind11::type::of<T>()` and `pybind11::type`, see
pybind/pybind11#2364. We can use neither: `of<T>()`
throws and `type` cannot represent `None`.
0 commit comments