[Python-Dev] test_minidom non-failure failure? (take 2)
Barry A. Warsaw
bwarsaw@beopen.com
Fri, 13 Oct 2000 01:33:57 -0400 (EDT)
>>>>> "NS" == Neil Schemenauer <nas@arctrix.com> writes:
NS> Again, "-l" should probably not be a default. I don't know
NS> who added it to TESTOPTS but it wasn't me.
I did, but at the time -l set LEAK_DEBUG not DEBUG_SAVEALL, and I
think (but don't really remember) that LEAK_DEBUG had different
semantics than it does now.
No matter. This was useful when gc was spankin' new and only
semi-tested. It's probably fine to turn off -l in "make test" by
default for the 2.0 release.
-Barry