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 2012年05月25日 09:58 by kristjan.jonsson, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| realloc.diff | kristjan.jonsson, 2012年05月25日 09:58 | review | ||
| Messages (3) | |||
|---|---|---|---|
| msg161561 - (view) | Author: Kristján Valur Jónsson (kristjan.jonsson) * (Python committer) | Date: 2012年05月25日 09:58 | |
A number of places were using PyMem_Realloc() apis and PyObject_GC_Resize() with incorrect error handling. In case of errors, they would leak the original object. This patch fixes those cases. |
|||
| msg161968 - (view) | Author: Kristján Valur Jónsson (kristjan.jonsson) * (Python committer) | Date: 2012年05月30日 20:44 | |
Since this is a trivial patch I'm going to go ahead and apply it. I was just waiting for the ability to run the full test suite in 64 bits, but that is currently broken due to some other issues. |
|||
| msg161988 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年05月31日 09:55 | |
New changeset 588ea940e5e3 by Kristjan Valur Jonsson in branch 'default': Issue #14909: A number of places were using PyMem_Realloc() apis and http://hg.python.org/cpython/rev/588ea940e5e3 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:30 | admin | set | github: 59114 |
| 2012年05月31日 10:04:27 | kristjan.jonsson | set | status: open -> closed resolution: fixed |
| 2012年05月31日 09:55:00 | python-dev | set | nosy:
+ python-dev messages: + msg161988 |
| 2012年05月30日 20:44:39 | kristjan.jonsson | set | messages: + msg161968 |
| 2012年05月30日 20:19:59 | vstinner | set | nosy:
+ vstinner |
| 2012年05月25日 09:58:18 | kristjan.jonsson | create | |