mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-38371: Remove remaining use of tk.split from bigmem tcl test (GH-29082)
This commit is contained in:
parent
4fe454c6f5
commit
085ccb0f17
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue