Kaydet (Commit) 50074f19 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

merge 3.5

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