[issue15396] memory leak in tkinter

2012-07-19 Thread Julia Lawall
Julia Lawall added the comment: On Thu, 19 Jul 2012, Jesús Cea Avión wrote: > > Jesús Cea Avión added the comment: > > Thanks for the patch, Julia, and for submitting the contributor form. I have > added you too to the "Doc/ACKS.txt" file. > > I wonder how you found this... My PhD student Su

[issue15396] memory leak in tkinter

2012-07-19 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Thanks for the patch, Julia, and for submitting the contributor form. I have added you too to the "Doc/ACKS.txt" file. I wonder how you found this... -- nosy: +jcea resolution: fixed -> stage: committed/rejected -> status: closed -> open _

[issue15396] memory leak in tkinter

2012-07-19 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- resolution: -> fixed stage: -> committed/rejected ___ Python tracker ___ ___ Python-bugs-list mailin

[issue15396] memory leak in tkinter

2012-07-19 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- status: open -> closed versions: +Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue15396] memory leak in tkinter

2012-07-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset b584c58c2286 by Jesus Cea in branch '3.2': Closes #15396: memory leak in tkinter http://hg.python.org/cpython/rev/b584c58c2286 New changeset b2dac78db1c9 by Jesus Cea in branch 'default': MERGE: Closes #15396: memory leak in tkinter http://hg.pytho

[issue15396] memory leak in tkinter

2012-07-19 Thread Julia Lawall
New submission from Julia Lawall : In the file Modules/_tkinter.c, in the function PyInit__tkinter, m should be decrefed on the PyType_Ready error path. -- files: tkinter.patch keywords: patch messages: 165842 nosy: jll priority: normal severity: normal status: open title: memory leak i