[Python-Dev] refleak hunting fun!
Skip Montanaro
skip at pobox.com
Fri Aug 15 10:38:01 EDT 2003
>> I think I'll try that, but this will take ages to run.
Michael> No kidding.
If this was available via regrtest using a command line flag, couldn't you
do something like
python regrtest.py -L test_codeccallbacks
to perform leak testing on just the one test suite? That would make it go a
lot faster when trying to squash particular leaks, as long as they weren't
related to other tests.
Skip
More information about the Python-Dev
mailing list