]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-38371: Remove remaining use of tk.split from bigmem tcl test (GH-29082)
authorZachary Ware <zach@python.org>
Wed, 20 Oct 2021 03:34:23 +0000 (22:34 -0500)
committerGitHub <noreply@github.com>
Wed, 20 Oct 2021 03:34:23 +0000 (22:34 -0500)
Lib/test/test_tcl.py

index f18baa54e4a010eb72b5c40d2324a1252e5c08b2..581c31ccb72fd152e4258d76d730ee95f754cd2d 100644 (file)
@@ -729,7 +729,6 @@ class BigmemTclTest(unittest.TestCase):
         self.assertRaises(OverflowError, tk.exprlong, value)
         self.assertRaises(OverflowError, tk.exprboolean, value)
         self.assertRaises(OverflowError, tk.splitlist, value)
-        self.assertRaises(OverflowError, tk.split, value)
         self.assertRaises(OverflowError, tk.createcommand, value, max)
         self.assertRaises(OverflowError, tk.deletecommand, value)