]> granicus.if.org Git - python/commit
[3.6] bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split() (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 3 Oct 2017 20:50:46 +0000 (13:50 -0700)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 3 Oct 2017 20:50:46 +0000 (23:50 +0300)
commita65b2420f681c45db43e94bfe3dc50ad1dfcd03d
tree6f3b554982f61889a3a1049586c187bd3950a66f
parentfcc832a4fafcbbaca5484ed0274935e14c9dcf6b
[3.6] bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split() (GH-3866) (#3874)

when pass a string larger than 2 GiB.

Decrease memory requirements for Tcl's bigmem tests.
(cherry picked from commit 27c623c845dd6e4b8e1782666ca3a956636da266)
Lib/test/test_tcl.py
Misc/NEWS.d/next/Library/2017-10-03-15-06-24.bpo-31675.Nh7jJ3.rst [new file with mode: 0644]
Modules/_tkinter.c