[New-bugs-announce] [issue18113] Memory leak in curses.panel

Atsuo Ishimoto report at bugs.python.org
Sat Jun 1 04:35:55 CEST 2013


New submission from Atsuo Ishimoto:

Objects associated to the panel with panel.set_userptr() are never DECREF()ed. Attached file is script to reproduce the leak.

Confirmed with Python2.7/3.3.

----------
files: userptr-leak.py
messages: 190433
nosy: ishimoto
priority: normal
severity: normal
status: open
title: Memory leak in curses.panel
versions: Python 2.7, Python 3.3
Added file: http://bugs.python.org/file30438/userptr-leak.py

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


More information about the New-bugs-announce mailing list