Commits


James R. Barlow authored and Ralf W. Grosse-Kunstleve committed 3618bea2aad
Add and document py::error_already_set::discard_as_unraisable() To deal with exceptions that hit destructors or other noexcept functions. Includes fixes to support Python 2.7 and extends documentation on error handling. @virtuald and @YannickJadoul both contributed to this PR.