Files
cpython/Python
Antoine Pitrou d4ae97bc38 #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.
2008-08-29 18:39:48 +00:00
..
2008-06-11 07:41:16 +00:00
2008-06-11 07:41:16 +00:00
2008-01-23 17:15:06 +00:00
2008-04-13 20:50:29 +00:00
2008-08-24 05:04:52 +00:00