Commit 50074f19 authored by Benjamin Peterson's avatar Benjamin Peterson

merge 3.5

parents 259d247b 8917226e
......@@ -248,7 +248,7 @@ class SliceTest(unittest.TestCase):
o.s = slice(o)
w = weakref.ref(o)
o = None
test_support.gc_collect()
support.gc_collect()
self.assertIsNone(w())
if __name__ == "__main__":
......
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