mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 21:25:13 +00:00
parent
c02f0ec607
commit
fecef38864
@ -741,7 +741,7 @@ protected:
|
|||||||
} catch (error_already_set &e) {
|
} catch (error_already_set &e) {
|
||||||
e.restore();
|
e.restore();
|
||||||
return nullptr;
|
return nullptr;
|
||||||
#if defined(__GNUG__) && !defined(_LIBCPP_VERSION)
|
#ifdef __GLIBCXX__
|
||||||
} catch ( abi::__forced_unwind& ) {
|
} catch ( abi::__forced_unwind& ) {
|
||||||
throw;
|
throw;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user