summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-12-17 23:29:30 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-12-17 23:29:30 (GMT)
commit0c73fc04e603be95e8609523794ad7233764e986 (patch)
tree58691985a1ea89c4bea9609e17fbcc44e6d85cc0 /Lib
parent1c84ac1f5528d26cb226210c2843b765efae83a4 (diff)
downloadcpython-0c73fc04e603be95e8609523794ad7233764e986.zip
cpython-0c73fc04e603be95e8609523794ad7233764e986.tar.gz
cpython-0c73fc04e603be95e8609523794ad7233764e986.tar.bz2
Revert misled test change in f189da5bda26.
Diffstat (limited to 'Lib')
-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 5b782da..d8abe5e 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