deimos.python.pydebug

Mirror pydebug.h

Members

Functions

Py_FatalError
void Py_FatalError(const(char)* message)

_

Py_GETENV
char* Py_GETENV(const(char)* s)

this is a wrapper around getenv() that pays attention to Py_IgnoreEnvironmentFlag. It should be used for getting variables like PYTHONPATH and PYTHONHOME from the environment

Meta