[New-bugs-announce] [issue15396] memory leak in tkinter

Julia Lawall report at bugs.python.org
Thu Jul 19 16:35:26 CEST 2012


New submission from Julia Lawall <julia.lawall at lip6.fr>:

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 in tkinter
type: resource usage
versions: Python 3.2
Added file: http://bugs.python.org/file26437/tkinter.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15396>
_______________________________________


More information about the New-bugs-announce mailing list