Browse Source

python: this is about to get upstreamed.

pull/2/head
Vladimír Vondruš 7 years ago
parent
commit
c261dd1e8c
  1. 3
      src/python/corrade/PybindExtras.h

3
src/python/corrade/PybindExtras.h

@ -29,7 +29,8 @@
namespace pybind11 {
// TODO: add this to pybind itself
// TODO: remove when https://github.com/pybind/pybind11/pull/1852 is merged and
// released
PYBIND11_RUNTIME_EXCEPTION(buffer_error, PyExc_BufferError)
}

Loading…
Cancel
Save