This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients amaury.forgeotdarc, barry, benjamin.peterson, donmez, gpolo, lemburg, loewis, pitrou, teoliphant
Date 2008-08-14.16:13:57
SpamBayes Score 1.5242239e-05
Marked as misclassified No
Message-id <48A459C2.70905@v.loewis.de>
In-reply-to <1218661951.33.0.447411702856.issue3139@psf.upfronthosting.co.za>
Content
> I'm a bit confused. In the PyBuffer_Release implementation you
> committed, there is no DECREF at all.

Oops, I meant to make the reference own by Py_buffer, but actually
forgot to implement that. Fixed in r65677, r65678.

Now, when I try to merge that into the 3k branch, test_unicode terribly
leaks memory :-( It's really frustrating.

Regards,
Martin
History
Date User Action Args
2008-08-14 16:13:58loewissetrecipients: + loewis, lemburg, barry, teoliphant, amaury.forgeotdarc, pitrou, donmez, benjamin.peterson, gpolo
2008-08-14 16:13:57loewislinkissue3139 messages
2008-08-14 16:13:57loewiscreate