mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
At least test_threading_local doesn't leak any more.
This commit is contained in:
parent
742cd24c02
commit
0969e8ad4e
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue