Py_GetRecursionLimit method

int Py_GetRecursionLimit()

Implementation

int Py_GetRecursionLimit() {
  return _Py_GetRecursionLimit();
}