From: Tim Peters Date: Tue, 18 Apr 2006 03:02:10 +0000 (+0000) Subject: At least test_threading_local doesn't leak any more. X-Git-Tag: v2.5a2~140 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0969e8ad4e018234d5bc639cacfcc1e5c704b993;p=python At least test_threading_local doesn't leak any more. --- diff --git a/Misc/build.sh b/Misc/build.sh index f87f46cdb6..de5153981f 100755 --- a/Misc/build.sh +++ b/Misc/build.sh @@ -60,7 +60,7 @@ REFLOG="build/reflog.txt.out" # Note: test_XXX (none currently) really leak, but are disabled # so we don't send spam. Any test which really leaks should only # be listed here if there are also test cases under Lib/test/leakers. -LEAKY_TESTS="test_(ctypes|filecmp|socket|threadedtempfile|threading|threading_local|urllib2)" +LEAKY_TESTS="test_(ctypes|filecmp|socket|threadedtempfile|threading|urllib2)" # Skip these tests altogether when looking for leaks. These tests # do not need to be stored above in LEAKY_TESTS too.