Issue 10255: refleak in initstdio (original) (raw)

Created on 2010-10-30 19:44 by nascheme, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
initstdio_refleak.txt nascheme,2010-10-30 19:44
Messages (3)
msg120008 - (view) Author: Neil Schemenauer (nascheme) * (Python committer) Date: 2010-10-30 19:44
It looks to me like initstdio leaks a reference to "open". AFAIK, PyObject_SetAttrString() does not steal a reference.
msg120009 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2010-10-30 19:47
LGTM.
msg121742 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2010-11-20 19:52
Fixed in r86607, thanks.
History
Date User Action Args
2022-04-11 14:57:08 admin set github: 54464
2010-11-20 19:52:15 pitrou set status: open -> closedversions: + Python 3.2messages: + resolution: fixedstage: resolved
2010-10-30 19:47:10 georg.brandl set nosy: + georg.brandlmessages: +
2010-10-30 19:44:31 nascheme create