PyEval_AcquireLock method

void PyEval_AcquireLock()

Implementation

void PyEval_AcquireLock() {
  return _PyEval_AcquireLock();
}