mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-13 17:56:02 +00:00
PyObject_SetItem and PyObject_SetAttr both throws an exception on failure so this will show the underlying exception instead of masking it. Fixes #303.