]> granicus.if.org Git - python/commit
[2.7] bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split() (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 4 Oct 2017 18:37:53 +0000 (21:37 +0300)
committerGitHub <noreply@github.com>
Wed, 4 Oct 2017 18:37:53 +0000 (21:37 +0300)
commit328b5d0e64798cf17360c6b2a07c2b18f2798b88
treecebbb4cd7c970909cec9f31e9bb91cc2126b4bd0
parent8d614bebb67f89af5523127fa146c576ab3a8894
[2.7] bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split() (GH-3866) (#3876)

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