antoine.pitrou
2008-08-29 18:45:22 UTC
Author: antoine.pitrou
Date: Fri Aug 29 20:45:22 2008
New Revision: 66059
Log:
Blocked revisions 66058 via svnmerge
........
r66058 | antoine.pitrou | 2008-08-29 20:39:48 +0200 (ven., 29 ao?t 2008) | 7 lines
#3668: When PyArg_ParseTuple correctly parses a s* format, but raises an
exception afterwards (for a subsequent parameter), the user code will
not call PyBuffer_Release() and memory will leak.
Reviewed by Amaury Forgeot d'Arc.
........
Modified:
python/branches/py3k/ (props changed)
Date: Fri Aug 29 20:45:22 2008
New Revision: 66059
Log:
Blocked revisions 66058 via svnmerge
........
r66058 | antoine.pitrou | 2008-08-29 20:39:48 +0200 (ven., 29 ao?t 2008) | 7 lines
#3668: When PyArg_ParseTuple correctly parses a s* format, but raises an
exception afterwards (for a subsequent parameter), the user code will
not call PyBuffer_Release() and memory will leak.
Reviewed by Amaury Forgeot d'Arc.
........
Modified:
python/branches/py3k/ (props changed)