cross_module_gil_utils.cpp
1.78 KB
-
Make sure `detail::get_internals` acquires the GIL before making Python calls. (#1836) · b60fd233
This is only necessary if `get_internals` is called for the first time in a given module when the running thread is in a GIL-released state. Fixes #1364
Saran Tunyasuvunakool committed