python-2.7.6/include/pydebug.h File Reference

pydebug.h File Reference

Macros

#define Py_GETENV(s)   (Py_IgnoreEnvironmentFlag ? NULL : getenv(s))
 

Functions

 PyAPI_DATA (int) Py_DebugFlag
 
 PyAPI_FUNC (void) Py_FatalError(const char *message)
 

Macro Definition Documentation

#define Py_GETENV (   s)    (Py_IgnoreEnvironmentFlag ? NULL : getenv(s))

Definition at line 34 of file pydebug.h.

Function Documentation

PyAPI_DATA ( int  )
PyAPI_FUNC ( void  ) const

Go to the source code of this file.