mirror of
https://github.com/pybind/pybind11.git
synced 2026-07-15 03:26:30 +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.