[py] do not bind exceptions in every module
This is not actually necessary. Adding a handler for std::exception also hid the more specialized handlers provided by pybind11 itself.
Please register or sign in to comment
This is not actually necessary. Adding a handler for std::exception also hid the more specialized handlers provided by pybind11 itself.