PyImport_ReleaseLock method

int PyImport_ReleaseLock()

Implementation

int PyImport_ReleaseLock() {
  return _PyImport_ReleaseLock();
}