Debug Mode for python witj _DEBUG flag

This commit is contained in:
Roger Hughston 2005-12-01 19:29:54 +00:00
parent 0aeb31a2b4
commit 5bbbeff865

View File

@ -32,6 +32,10 @@
#include <map>
#include <string>
#ifdef _DEBUG
#define Py_DEBUG
#endif
#ifndef NO_RUNTIME_TYPES
#include "dtoolbase.h"