diff options
Diffstat (limited to 'Lib/test/leakers/test_tee.py')
-rw-r--r-- | Lib/test/leakers/test_tee.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/leakers/test_tee.py b/Lib/test/leakers/test_tee.py index 4ce24ca..d2b945d 100644 --- a/Lib/test/leakers/test_tee.py +++ b/Lib/test/leakers/test_tee.py @@ -1,6 +1,7 @@ # Test case taken from test_itertools # See http://mail.python.org/pipermail/python-dev/2005-November/058339.html +# When this is fixed remember to remove from LEAKY_TESTS in Misc/build.sh. from itertools import tee |