summaryrefslogtreecommitdiff
path: root/Lib/test
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-12-18 00:29:30 +0100
committerAntoine Pitrou <solipsis@pitrou.net>2013-12-18 00:29:30 +0100
commit0c73fc04e603be95e8609523794ad7233764e986 (patch)
tree58691985a1ea89c4bea9609e17fbcc44e6d85cc0 /Lib/test
parent1c84ac1f5528d26cb226210c2843b765efae83a4 (diff)
downloadcpython-git-0c73fc04e603be95e8609523794ad7233764e986.tar.gz
Revert misled test change in f189da5bda26.
Diffstat (limited to 'Lib/test')
-rw-r--r--Lib/test/test_weakset.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_weakset.py b/Lib/test/test_weakset.py
index 5b782dae91..d8abe5e2b3 100644
--- a/Lib/test/test_weakset.py
+++ b/Lib/test/test_weakset.py
@@ -371,7 +371,6 @@ class TestWeakSet(unittest.TestCase):
try:
it = iter(s)
next(it)
- del it
# Schedule an item for removal and recreate it
u = ustr(str(items.pop()))
gc.collect() # just in case