[issue31675] Tkinter: memory leak in splitlines() and split()

2017-10-04 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue31675] Tkinter: memory leak in splitlines() and split()

2017-10-04 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 328b5d0e64798cf17360c6b2a07c2b18f2798b88 by Serhiy Storchaka in branch '2.7': [2.7] bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split() (GH-3866) (#3876) https://github.com/python/cpython/commit/328b5d0e64798cf17360c6b2a07

[issue31675] Tkinter: memory leak in splitlines() and split()

2017-10-03 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +3855 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue31675] Tkinter: memory leak in splitlines() and split()

2017-10-03 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset a65b2420f681c45db43e94bfe3dc50ad1dfcd03d by Serhiy Storchaka (Miss Islington (bot)) in branch '3.6': [3.6] bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split() (GH-3866) (#3874) https://github.com/python/cpython/commit/a65b

[issue31675] Tkinter: memory leak in splitlines() and split()

2017-10-03 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 27c623c845dd6e4b8e1782666ca3a956636da266 by Serhiy Storchaka in branch 'master': bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split() (#3866) https://github.com/python/cpython/commit/27c623c845dd6e4b8e1782666ca3a956636da266

[issue31675] Tkinter: memory leak in splitlines() and split()

2017-10-03 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +3853 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue31675] Tkinter: memory leak in splitlines() and split()

2017-10-03 Thread STINNER Victor
STINNER Victor added the comment: Oh, Python splitlist() doesn't seem to be documented. Tcl SplitList documentation: https://www.tcl.tk/man/tcl/TclLib/SplitList.htm -- ___ Python tracker

[issue31675] Tkinter: memory leak in splitlines() and split()

2017-10-03 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Just run the bigmem tests with ulimit (after fixing issue31673). (ulimit -v 435; ./python -m test -vuall -M4G test_tcl) -- ___ Python tracker _

[issue31675] Tkinter: memory leak in splitlines() and split()

2017-10-03 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +3846 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue31675] Tkinter: memory leak in splitlines() and split()

2017-10-03 Thread STINNER Victor
STINNER Victor added the comment: Which function? Do you mean split() and splitlist() methods of tkapp? C functions _tkinter_tkapp_split() and _tkinter_tkapp_splitlist(). Do you know how to reproduce the memory leak? -- nosy: +haypo ___ Python trac

[issue31675] Tkinter: memory leak in splitlines() and split()

2017-10-03 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- dependencies: +Fix the name of Tkinter's adderrorinfo method ___ Python tracker ___ ___ Python-bugs-l

[issue31675] Tkinter: memory leak in splitlines() and split()

2017-10-03 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : There is a memory leak in Tkinter's methods splitlines() and split() when pass a string larger than 2 GiB (when encoded to UTF-8). -- components: Tkinter messages: 303599 nosy: serhiy.storchaka priority: normal severity: normal stage: patch review

[issue31675] Tkinter: memory leak in splitlines() and split()

2017-10-03 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- assignee: -> serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: