Issue #23277: Remove more unused sys and os imports.

This commit is contained in:
Serhiy Storchaka 2016-04-24 13:25:01 +03:00
parent 18a8affc8e
commit c7f44aa99a
13 changed files with 0 additions and 15 deletions

View file

@ -318,7 +318,6 @@ class CommonTest(unittest.TestCase):
self.assertEqual(id(s), id(s*1))
def test_bigrepeat(self):
import sys
if sys.maxsize <= 2147483647:
x = self.type2test([0])
x *= 2**16