python-2.7.6/include/pydebug.h Source File
Go to the documentation of this file.
34 #define Py_GETENV(s) (Py_IgnoreEnvironmentFlag ? NULL : getenv(s))
36 PyAPI_FUNC(
void) Py_FatalError(const
char *message);
PyAPI_FUNC(void) Py_FatalError(const char *message)
PyAPI_DATA(int) Py_DebugFlag