PyEval_InitThreads method

void PyEval_InitThreads()

Implementation

void PyEval_InitThreads() {
  return _PyEval_InitThreads();
}