Py_GetCompiler method

Pointer<Char> Py_GetCompiler()

Implementation

ffi.Pointer<ffi.Char> Py_GetCompiler() {
  return _Py_GetCompiler();
}