Py_MakePendingCalls method

int Py_MakePendingCalls()

Implementation

int Py_MakePendingCalls() {
  return _Py_MakePendingCalls();
}