pybind11/include
Trygve Laugstøl 3572bc3e82 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.
2016-08-01 08:45:16 +02:00
..
pybind11 Changes accessor::operator=() to throw error_already_set() instead of using pybind11_fail(). 2016-08-01 08:45:16 +02:00