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-12.14:51:39
SpamBayes Score 0.026666649
Marked as misclassified No
Message-id <1218552717.52.0.607207135906.issue3139@psf.upfronthosting.co.za>
In-reply-to
Content
I have now committed the patch to 2.6 as r65654, adding changes for the
bz2module.

I also decided to make the Py_buffer structure own its reference, as I
was running out of arguments why not to. In the process, I removed
PyObject_ReleaseBuffer, as it is redundant and would have an unclear
sematics (what if the object passed directly and the object passed
indirectly were different?).
History
Date User Action Args
2008-08-12 14:51:57loewissetrecipients: + loewis, lemburg, barry, teoliphant, amaury.forgeotdarc, pitrou, donmez, benjamin.peterson, gpolo
2008-08-12 14:51:57loewissetmessageid: <1218552717.52.0.607207135906.issue3139@psf.upfronthosting.co.za>
2008-08-12 14:51:41loewislinkissue3139 messages
2008-08-12 14:51:40loewiscreate