pybind11/include
Ralf W. Grosse-Kunstleve bf88e29c95
Bug fix: Replace bare static exception<T> with gil_safe_call_once_and_store. (#4897)
This is to ensure that `Py_DECREF()` is not called after the Python interpreter was finalized already:

3414c56b6c/include/pybind11/gil_safe_call_once.h (L19)
2023-10-23 12:51:04 -07:00
..
pybind11 Bug fix: Replace bare static exception<T> with gil_safe_call_once_and_store. (#4897) 2023-10-23 12:51:04 -07:00