PyGC_Collect method

int PyGC_Collect()

Implementation

int PyGC_Collect() {
  return _PyGC_Collect();
}