Staging
v0.5.1
https://github.com/python/cpython
Revision d4ae97bc38780aab5f348b73fee67eaab7546441 authored by Antoine Pitrou on 29 August 2008, 18:39:48 UTC, committed by Antoine Pitrou on 29 August 2008, 18:39:48 UTC
exception afterwards (for a subsequent parameter), the user code will
not call PyBuffer_Release() and memory will leak.

Reviewed by Amaury Forgeot d'Arc.
1 parent a27e89b
History
Tip revision: d4ae97bc38780aab5f348b73fee67eaab7546441 authored by Antoine Pitrou on 29 August 2008, 18:39:48 UTC
#3668: When PyArg_ParseTuple correctly parses a s* format, but raises an
Tip revision: d4ae97b
File Mode Size
Grammar -rw-r--r-- 5.8 KB

back to top