PyThread_ReInitTLS method

void PyThread_ReInitTLS()

Implementation

void PyThread_ReInitTLS() {
  return _PyThread_ReInitTLS();
}