Commits


Saran Tunyasuvunakool authored and Wenzel Jakob committed b60fd233fa4
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