Closed varunagrawal closed 2 years ago
Upgrade Pybind11 so we can use newer features and figure out existing bugs.
Particularly useful is the #define PYBIND11_DETAILED_ERROR_MESSAGES macro that will give detailed failure messages to help RCA of bugs.
#define PYBIND11_DETAILED_ERROR_MESSAGES
Upgrade Pybind11 so we can use newer features and figure out existing bugs.
Particularly useful is the
#define PYBIND11_DETAILED_ERROR_MESSAGES
macro that will give detailed failure messages to help RCA of bugs.