[issue34794] Memory leak in Tkinter

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

[issue34794] Memory leak in Tkinter

2018-10-28 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset aaea2802da0a074c695ab86911d8bcc0b2dd5ec5 by Serhiy Storchaka in branch '2.7': [2.7] bpo-34794: Fix a leak in Tkinter. (GH-10025) (GH-10181) https://github.com/python/cpython/commit/aaea2802da0a074c695ab86911d8bcc0b2dd5ec5 --

[issue34794] Memory leak in Tkinter

2018-10-28 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +9504 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34794] Memory leak in Tkinter

2018-10-23 Thread STINNER Victor
STINNER Victor added the comment: New changeset f7cefb427cbc50d89a4f19f7f334a4f5421cefd3 by Victor Stinner (Miss Islington (bot)) in branch '3.7': bpo-34794: Fix a leak in Tkinter. (GH-10025) (GH-10069) https://github.com/python/cpython/commit/f7cefb427cbc50d89a4f19f7f334a4f5421cefd3

[issue34794] Memory leak in Tkinter

2018-10-23 Thread miss-islington
miss-islington added the comment: New changeset 2c549250d8fd6755e3338a771d250e34c78bdb50 by Miss Islington (bot) in branch '3.6': bpo-34794: Fix a leak in Tkinter. (GH-10025) https://github.com/python/cpython/commit/2c549250d8fd6755e3338a771d250e34c78bdb50 -- nosy: +miss-islington

[issue34794] Memory leak in Tkinter

2018-10-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +9402 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34794] Memory leak in Tkinter

2018-10-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +9403 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34794] Memory leak in Tkinter

2018-10-23 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset df13df41a25765d8a39a77220691698498e758d4 by Serhiy Storchaka in branch 'master': bpo-34794: Fix a leak in Tkinter. (GH-10025) https://github.com/python/cpython/commit/df13df41a25765d8a39a77220691698498e758d4 --

[issue34794] Memory leak in Tkinter

2018-10-21 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- title: memory leak in TkApp:_createbytearray -> Memory leak in Tkinter ___ Python tracker ___ ___