Py_CompileString is a simplified form of Py_CompileStringFlags using default compiler flags.
Py_CompileStringExFlags compiles the Python script in str and returns the compiled Python code object.
Py_CompileStringFlags is a simplified form of Py_CompileStringExFlags with optimizations set to UseInterpreterLevel.
Py_DecodeLocale converts a Go string into a Python *wchar_t, optionally storing some error information in the provided index (if non-nil).
No description provided by the author
Py_EncodeLocale converts a Python *wchar_t to a C char*, optionally storing some error information in the provided index (if non-nil).
Py_EndInterpreter tears down a sub-interpreter using the provided thread state.
Py_FinalizeEx tears down the global Python interpreter state.
No description provided by the author
Our problem children.
Our problem children.
Our problem children.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PyConfig_Clear clears set values in a given PyConfig_3_12.
PyConfig_InitIsolatedPythonConfig initializes the provided Python interpreter config using "isolated" defaults.
PyConfig_InitPythonConfig initializes the provided Python interpreter config using defaults.
Our problem children.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PyGILState_Check reports whether the caller has the GIL.
PyGILState_Ensure takes a reference to the GIL.
PyGILState_Release releases a reference to the GIL.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PyPreConfig_InitIsolatedConfig pre-initializes the provided Python interpreter config using "isolated" defaults.
PyRun_SimpleString evaluates the given Python script in the current interpreter, returning an exit code based on if there was a Python exception raised.
PyRun_String evaluates a given Python script in the current interpreter using the given StartToken mode and globals/locals dicts.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author