]> granicus.if.org Git - python/commit
Fix #3651 various memory leaks when using the buffer interface
authorBenjamin Peterson <benjamin@python.org>
Wed, 27 Aug 2008 00:31:37 +0000 (00:31 +0000)
committerBenjamin Peterson <benjamin@python.org>
Wed, 27 Aug 2008 00:31:37 +0000 (00:31 +0000)
commit9edd2bd35cfc5f33b53c5def02cac23e7bb6e84b
tree4ccbdce39b24128ed28c1979cb07eaf361f0ae62
parent4b24a42f3c72b4f88da8989a77a175e654dbdcbb
Fix #3651  various memory leaks when using the buffer interface

by Amaury Forgeot d'Arc
Reviewer: Antoine Pitrou
Include/object.h
Misc/NEWS
Modules/binascii.c
Objects/abstract.c
Python/getargs.c