From c261dd1e8cbb2292410e949f8fe951c880702c1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 22 Jul 2019 20:19:17 +0200 Subject: [PATCH] python: this is about to get upstreamed. --- src/python/corrade/PybindExtras.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/python/corrade/PybindExtras.h b/src/python/corrade/PybindExtras.h index 8e8e06d..42b021a 100644 --- a/src/python/corrade/PybindExtras.h +++ b/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) }