Py_CheckRecursiveCall method

int Py_CheckRecursiveCall(
  1. Pointer<Char> where
)

Implementation

int Py_CheckRecursiveCall(
  ffi.Pointer<ffi.Char> where,
) {
  return _Py_CheckRecursiveCall(
    where,
  );
}