PyFloat_ClearFreeList method

int PyFloat_ClearFreeList()

Implementation

int PyFloat_ClearFreeList() {
  return _PyFloat_ClearFreeList();
}