mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-12 01:10:34 +00:00
Merge branch 'master' into smart_holder
This commit is contained in:
@@ -333,7 +333,7 @@ inline bool raise_err(PyObject *exc_type, const char *msg) {
|
||||
#endif
|
||||
PyErr_SetString(exc_type, msg);
|
||||
return false;
|
||||
};
|
||||
}
|
||||
|
||||
inline void translate_exception(std::exception_ptr p) {
|
||||
if (!p) {
|
||||
|
||||
Reference in New Issue
Block a user