PyThread_create_key method Null safety

int PyThread_create_key ()

Implementation

int PyThread_create_key() {
  return _PyThread_create_key();
}