source: trunk/essentials/dev-lang/python/Include/pydebug.h@ 3310

Last change on this file since 3310 was 3225, checked in by bird, 19 years ago

Python 2.5

File size: 1.0 KB
Line 
1
2#ifndef Py_PYDEBUG_H
3#define Py_PYDEBUG_H
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8PyAPI_DATA(int) Py_DebugFlag;