Commit 0c73fc04 authored by Antoine Pitrou's avatar Antoine Pitrou

Revert misled test change in f189da5bda26.

parent 1c84ac1f
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment