[Python-checkins] Python Regression Test Failures refleak (1)
Tim Peters
tim.peters at gmail.com
Fri Apr 14 00:42:40 CEST 2006
[Thomas Heller]
> Neal, does this mean that test_ctypes does not leak anymore, or is it
> somehow excluded from this list?
I'm guessing, but I believe Neal uses Misc/build.sh for this, and
ctypes is now in its LEAKY_TESTS pattern of test names to skip:
LEAKY_TESTS="test_(cmd_line|ctypes|filecmp|socket|threadedtempfile|threading|threading_local|urllib2)"
More information about the Python-checkins
mailing list