On Sun, Jan 21, 2001 at 07:12:21PM -0500, Tim Peters wrote: > So this smells to high heaven of either a nasty gc problem or referencing > uninitialized memory. Symptoms don't change if I stick > > import gc > gc.disable() > > at the start of test_sax.py. Can you try it with WITH_CYCLE_GC undefined? Neil