[Bf-committers] MinGW debug builds do not run

Peter Kümmel syntheticpp at gmx.net
Wed Feb 16 23:46:50 CET 2011


> - pyconfig.h is
>
> #ifdef _DEBUG
> #	define Py_DEBUG
> #endif
>
>
> So maybe scons doesn't set _DEBUG in debug mode.
>

To test simply uncomment the #ifdef _DEBUG:

//#ifdef _DEBUG
#	define Py_DEBUG
//#endif

and rebuild.

Peter


More information about the Bf-committers mailing list