Author nnorwitz
Recipients amaury.forgeotdarc, benjamin.peterson, brett.cannon, christian.heimes, loewis, nnorwitz, pitrou
Date 2008-08-24.23:20:14
SpamBayes Score 1.44936e-07
Marked as misclassified No
Message-id <1219620015.48.0.454274614954.issue3651@psf.upfronthosting.co.za>
In-reply-to
Content
With the latest patch (and the one addition PyBuffer_Release() I noted
above), valgrind is happy wrt memory leaks.  The only problem valgrind
found is a read of uninitialized memory.  See
http://bugs.python.org/issue3657 .

I don't know the buffer code to know if this is the correct fix. 
However, it fixes the problems and that's probably good enough for now.
 If you can get someone familiar with the buffer code to review, that
would be great.  If not, this patch should be applied.
History
Date User Action Args
2008-08-24 23:20:15nnorwitzsetrecipients: + nnorwitz, loewis, brett.cannon, amaury.forgeotdarc, pitrou, christian.heimes, benjamin.peterson
2008-08-24 23:20:15nnorwitzsetmessageid: <1219620015.48.0.454274614954.issue3651@psf.upfronthosting.co.za>
2008-08-24 23:20:14nnorwitzlinkissue3651 messages
2008-08-24 23:20:14nnorwitzcreate