We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 684ccaf commit 9edb265Copy full SHA for 9edb265
Lib/test/test_list.py
@@ -1,6 +1,5 @@
1
import sys
2
from test import list_tests
3
-from test import support
4
from test.support import cpython_only
5
import pickle
6
import unittest
@@ -310,6 +309,5 @@ def test_tier2_invalidates_iterator(self):
310
309
a.append(4)
311
self.assertEqual(list(it), [])
312
313
-
314
if __name__ == "__main__":
315
unittest.main()
0 commit comments