Make sure `detail::get_internals` acquires the GIL before making Python calls. (#1836)
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
Showing
tests/cross_module_gil_utils.cpp
0 → 100644
Please
register
or
sign in
to comment