PyMethod_ClearFreeList method

int PyMethod_ClearFreeList()

Implementation

int PyMethod_ClearFreeList() {
  return _PyMethod_ClearFreeList();
}