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 2011年09月20日 14:56 by Suman.Saha, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| python_patch7 | Suman.Saha, 2011年09月20日 14:56 | Patch | review | |
| Messages (5) | |||
|---|---|---|---|
| msg144336 - (view) | Author: Suman Saha (Suman.Saha) | Date: 2011年09月20日 14:56 | |
1. Something that is allocated using PyObject_GetIter is not freed on one error path. 2. Something that is allocated using PyByteArray_FromStringAndSize is not freed on one error path |
|||
| msg144494 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2011年09月24日 08:31 | |
Both hunks look reasonable. |
|||
| msg157291 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年04月01日 14:14 | |
New changeset 03396c9ffe8c by Antoine Pitrou in branch '3.2': Issue #13019: Fix potential reference leaks in bytearray.extend(). http://hg.python.org/cpython/rev/03396c9ffe8c New changeset 015c546615ca by Antoine Pitrou in branch 'default': Issue #13019: Fix potential reference leaks in bytearray.extend(). http://hg.python.org/cpython/rev/015c546615ca |
|||
| msg157292 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年04月01日 14:17 | |
New changeset d3a82a26c705 by Antoine Pitrou in branch '2.7': Issue #13019: Fix potential reference leaks in bytearray.extend(). http://hg.python.org/cpython/rev/d3a82a26c705 |
|||
| msg157293 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2012年04月01日 14:17 | |
Thanks for the patch. Sorry it took so long to be committed... |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:21 | admin | set | github: 57228 |
| 2012年04月01日 14:17:44 | pitrou | set | status: open -> closed versions: + Python 2.7, Python 3.2, Python 3.3 nosy: + pitrou messages: + msg157293 resolution: fixed stage: resolved |
| 2012年04月01日 14:17:11 | python-dev | set | messages: + msg157292 |
| 2012年04月01日 14:14:43 | python-dev | set | nosy:
+ python-dev messages: + msg157291 |
| 2011年09月24日 08:31:27 | georg.brandl | set | nosy:
+ georg.brandl messages: + msg144494 |
| 2011年09月21日 19:37:20 | skrah | set | title: bytearrayobject.c: Resource is not released before returning from the functiion -> bytearrayobject.c: refleak |
| 2011年09月21日 13:59:39 | mark.dickinson | set | components:
+ Interpreter Core title: Resource is not released before returning from the functiion -> bytearrayobject.c: Resource is not released before returning from the functiion |
| 2011年09月20日 14:56:50 | Suman.Saha | create | |