[Python-Dev] Death to WITH_CYCLE_GC

Barry A. Warsaw barry@zope.com
Wed, 3 Jul 2002 14:48:41 -0400


>>>>> "TP" == Tim Peters <tim@zope.com> writes:

    TP> We don't test any variations beyond debug vs release build,
    TP> and it appears that the debug build isn't tested much except
    TP> on Windows (although I expect the debugging memory allocator
    TP> in 2.3 will suck more Linux developers into running debug
    TP> builds).

Yep, I typically run Python2.3cvs --with-pydebug.

-Barry