mirror of
https://github.com/python/cpython.git
synced 2025-10-08 08:01:55 +00:00
Issue #23277: Remove more unused sys and os imports.
This commit is contained in:
parent
18a8affc8e
commit
c7f44aa99a
13 changed files with 0 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue