PyArena_New method

Pointer<PyArena> PyArena_New()

Implementation

ffi.Pointer<PyArena> PyArena_New() {
  return _PyArena_New();
}