This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
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 -> closed versions: + Python 3.2 messages: + msg121742 resolution: fixed stage: resolved |
| 2010年10月30日 19:47:10 | georg.brandl | set | nosy:
+ georg.brandl messages: + msg120009 |
| 2010年10月30日 19:44:31 | nascheme | create | |