PyImport_AcquireLock method

void PyImport_AcquireLock()

Implementation

void PyImport_AcquireLock() {
  return _PyImport_AcquireLock();
}