[Python-Dev] RE: test_sax failing (Windows)

Tim Peters tim.one@home.com
Sun, 21 Jan 2001 19:56:16 -0500


[Neil Schemenauer]
> Can you try it with WITH_CYCLE_GC undefined?

Good idea -- for someone with an infinite amount of free time <wink>.

But being a good sport, I did as you asked with giddy cheer.  Alas, it
didn't help (all the same bizarre context-dependent test_sax failure modes).
I'm sure I disabled WITH_CYCLE_GC correctly, because "import gc" now fails
with ImportError in both release and debug builds.

BTW, a refcount-too-low problem is another good candidate.