From fcfb5f2fe4678910c6b11436e124a321d4cebaf2 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Fri, 29 Aug 2008 18:45:22 +0000 Subject: [PATCH] Blocked revisions 66058 via svnmerge MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit ........ 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. ........ -- 2.47.3