PyGILState_GetThisThreadState method

Pointer<PyThreadState> PyGILState_GetThisThreadState()

Implementation

ffi.Pointer<PyThreadState> PyGILState_GetThisThreadState() {
  return _PyGILState_GetThisThreadState();
}