Searched refs:gil_scoped_acquire_local (Results 1 – 1 of 1) sorted by relevance
263 struct gil_scoped_acquire_local { in get_internals() struct264 gil_scoped_acquire_local() : state (PyGILState_Ensure()) {} in get_internals() function265 ~gil_scoped_acquire_local() { PyGILState_Release(state); } in get_internals() argument