Merge branch 'master' into smart_holder

This commit is contained in:
Ralf W. Grosse-Kunstleve 2022-01-29 14:47:07 -08:00
commit eac697f009

View File

@ -333,7 +333,7 @@ inline bool raise_err(PyObject *exc_type, const char *msg) {
#endif #endif
PyErr_SetString(exc_type, msg); PyErr_SetString(exc_type, msg);
return false; return false;
}; }
inline void translate_exception(std::exception_ptr p) { inline void translate_exception(std::exception_ptr p) {
if (!p) { if (!p) {