[Python-Dev] Strange compiler crash in debug builds.

Jeremy Hylton jeremy@beopen.com
Fri, 25 Aug 2000 09:17:17 -0400 (EDT)


>>>>> "MH" == Mark Hammond <MarkH@ActiveState.com> writes:

  MH> Does the Linux community ever run with Py_DEBUG defined?  I
  MH> couldn't even find a simple way to turn it on to confirm it also
  MH> exists on Linux...

I build a separate version of Python using make OPT="-Wall -DPy_DEBUG"

On Linux, the sre test fails.  Do you see the same problem on Windows?

Jeremy