Discussion:
[Python-3000-checkins] r66059 - python/branches/py3k
antoine.pitrou
2008-08-29 18:45:22 UTC
Permalink
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)

Loading...