[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.
Showing
- .gitsuper 61 additions, 60 deletions.gitsuper
- python/dune/xt/bindings.cc 34 additions, 1 deletionpython/dune/xt/bindings.cc
- python/dune/xt/common/exceptions.bindings.hh 5 additions, 35 deletionspython/dune/xt/common/exceptions.bindings.hh
- python/dune/xt/empty.cc 0 additions, 2 deletionspython/dune/xt/empty.cc
- python/dune/xt/logging.cc 0 additions, 2 deletionspython/dune/xt/logging.cc
- python/dune/xt/timings.cc 0 additions, 2 deletionspython/dune/xt/timings.cc
Loading
Please register or sign in to comment