1
0
mirror of https://github.com/pybind/pybind11.git synced 2025-03-03 21:13:20 +00:00
Commit Graph

1 Commits

Author SHA1 Message Date
Saran Tunyasuvunakool
b60fd233fa Make sure detail::get_internals acquires the GIL before making Python calls. ()
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 
2019-07-15 16:47:02 +02:00