"git@developer.sourcefind.cn:gaoqiong/pybind11.git" did not exist on "11a337f16f9b96a13df971d490c2ceea85d1a309"
Changes accessor::operator=() to throw error_already_set() instead of using pybind11_fail().
PyObject_SetItem and PyObject_SetAttr both throws an exception on failure so this will show the underlying exception instead of masking it. Fixes #303.
Showing
Please register or sign in to comment