PyThread_exit_thread method

void PyThread_exit_thread()

Implementation

void PyThread_exit_thread() {
  return _PyThread_exit_thread();
}