commit | 27c623c845dd6e4b8e1782666ca3a956636da266 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Oct 03 22:39:55 2017 +0300 |
committer | GitHub <noreply@github.com> | Tue Oct 03 22:39:55 2017 +0300 |
tree | 34f5e36867c4bb5431c77e77c3b7f5cd0002cb99 | |
parent | 929b40a601db868530d6beaafb3256822103a7fb [diff] |
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.