PyImport_ReInitLock method

void PyImport_ReInitLock()

Implementation

void PyImport_ReInitLock() {
  return _PyImport_ReInitLock();
}