PyGILState_Ensure method

int PyGILState_Ensure()

Implementation

int PyGILState_Ensure() {
  return _PyGILState_Ensure();
}