Commit b60fd233 authored by Saran Tunyasuvunakool's avatar Saran Tunyasuvunakool Committed by Wenzel Jakob
Browse files

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
parent dffe869d
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment