]> granicus.if.org Git - python/commit
bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split() (#3866)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 3 Oct 2017 19:39:55 +0000 (22:39 +0300)
committerGitHub <noreply@github.com>
Tue, 3 Oct 2017 19:39:55 +0000 (22:39 +0300)
commit27c623c845dd6e4b8e1782666ca3a956636da266
tree34f5e36867c4bb5431c77e77c3b7f5cd0002cb99
parent929b40a601db868530d6beaafb3256822103a7fb
bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split() (#3866)

when pass a string larger than 2 GiB.

Decrease memory requirements for Tcl's bigmem tests.
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