projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b601d3
)
test_support -> support
author
Benjamin Peterson
<benjamin@python.org>
Sat, 16 Apr 2016 22:02:23 +0000
(15:02 -0700)
committer
Benjamin Peterson
<benjamin@python.org>
Sat, 16 Apr 2016 22:02:23 +0000
(15:02 -0700)
Lib/test/test_slice.py
patch
|
blob
|
history
diff --git
a/Lib/test/test_slice.py
b/Lib/test/test_slice.py
index 5e76655ee6deeed830f2162d232ac71219220f14..4ae4142c60c8a878ba5ae104def96d7f005b947c 100644
(file)
--- a/
Lib/test/test_slice.py
+++ b/
Lib/test/test_slice.py
@@
-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__":