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 2008年07月06日 16:30 by vstinner, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| fileio_pymem_free.patch | vstinner, 2008年07月06日 16:30 | Remove invalid call to PyMeM_Free | ||
| Messages (3) | |||
|---|---|---|---|
| msg69338 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2008年07月06日 16:30 | |
fileio_init() calls PyMem_Free(name); whereas name comes from PyArg_ParseTupleAndKeywords(). Attached patch removes this invalid call. The bug may also affect Python3.0. |
|||
| msg69342 - (view) | Author: Gregory P. Smith (gregory.p.smith) * (Python committer) | Date: 2008年07月06日 17:08 | |
thanks. fixed in trunk r64758. i'm assuming that'll be merged into py3k automagically. |
|||
| msg71884 - (view) | Author: Neal Norwitz (nnorwitz) * (Python committer) | Date: 2008年08月24日 21:41 | |
In 3.0 the free is necessary, though see http://bugs.python.org/issue3662 . |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:36 | admin | set | github: 47554 |
| 2008年08月24日 21:41:26 | nnorwitz | set | status: open -> closed nosy: + nnorwitz messages: + msg71884 |
| 2008年07月06日 17:08:08 | gregory.p.smith | set | resolution: accepted messages: + msg69342 versions: + Python 3.0, - Python 2.6 |
| 2008年07月06日 16:59:32 | gregory.p.smith | set | priority: normal assignee: gregory.p.smith keywords: + easy nosy: + gregory.p.smith |
| 2008年07月06日 16:30:18 | vstinner | create | |