PyThread_allocate_lock method

PyThread_type_lock PyThread_allocate_lock()

Implementation

PyThread_type_lock PyThread_allocate_lock() {
  return _PyThread_allocate_lock();
}