mirror of
https://github.com/pybind/pybind11.git
synced 2026-06-30 11:27:01 +00:00
If an exception is thrown during module initialization, the error_already_set destructor will try to call `get_internals()` *after* setting Python's error indicator, resulting in a `SystemError: ... returned with an error set`. Fix that by temporarily stashing away the error indicator in the destructor.