]> granicus.if.org Git - python/commit
Blocked revisions 66058 via svnmerge
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 29 Aug 2008 18:45:22 +0000 (18:45 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 29 Aug 2008 18:45:22 +0000 (18:45 +0000)
commitfcfb5f2fe4678910c6b11436e124a321d4cebaf2
treea0266cbfeb6d6f2d841a2c742cbf007c108860e2
parentf7199578be41182fcbcd0350521f9545210e0ddd
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.
........