From: Antoine Pitrou Date: Fri, 29 Aug 2008 18:45:22 +0000 (+0000) Subject: Blocked revisions 66058 via svnmerge X-Git-Tag: v3.0rc1~156 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fcfb5f2fe4678910c6b11436e124a321d4cebaf2;p=python 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. ........ ---