PyGILState_Release method

void PyGILState_Release(
  1. int arg0
)

Implementation

void PyGILState_Release(
  int arg0,
) {
  return _PyGILState_Release(
    arg0,
  );
}