]> granicus.if.org Git - python/commitdiff
At least test_threading_local doesn't leak any more.
authorTim Peters <tim.peters@gmail.com>
Tue, 18 Apr 2006 03:02:10 +0000 (03:02 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 18 Apr 2006 03:02:10 +0000 (03:02 +0000)
Misc/build.sh

index f87f46cdb6f27bdfb7f4dc4f842fa68f2fb7e120..de5153981ffc92802ec547d890370501f2ba3b2d 100755 (executable)
@@ -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.