[New-bugs-announce] [issue10255] refleak in initstdio

Neil Schemenauer report at bugs.python.org
Sat Oct 30 21:44:33 CEST 2010


New submission from Neil Schemenauer <nas-python at arctrix.com>:

It looks to me like initstdio leaks a reference to "open".  AFAIK, PyObject_SetAttrString() does not steal a reference.

----------
assignee: pitrou
components: Interpreter Core
files: initstdio_refleak.txt
messages: 120008
nosy: nascheme, pitrou
priority: normal
severity: normal
status: open
title: refleak in initstdio
type: resource usage
Added file: http://bugs.python.org/file19434/initstdio_refleak.txt

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


More information about the New-bugs-announce mailing list