[Python-Dev] Bizarre new test failure

Tim Peters tim.one@comcast.net
Fri, 07 Jun 2002 11:26:47 -0400


[Guido]
> Any idea why this would only happen on Windows?  I tried it on Linux
> and couldn't get it to fail.  Not even with gc.set_threshold(1).

What exactly is "it"?  The failure when running regrtest.py in whole; the
failure Neil reported (and I assume on Linux) by running just test_descr and
test_gc after *disabling* gc in regrtest.py ("disable" == gc.disable() or
gc.set_threshold(0), not gc.set_treshold(1)); or the 3 gc.collect()s it
takes to clear out the cycles in the self-contained test program I posted?

> I'll go review my tp_clear code next.

Probably a good idea regardless <wink>.