PyThread_create_key method

int PyThread_create_key()

Implementation

int PyThread_create_key() {
  return _PyThread_create_key();
}