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, giampaolo.rodola, gpolo, loewis, pitrou, teoliphant
Date 2008-08-01.15:23:30
SpamBayes Score 0.07273667
Marked as misclassified No
Message-id <1217604214.72.0.370472763481.issue3139@psf.upfronthosting.co.za>
In-reply-to
Content
I have now updated the patch to fix the socket bug, and the rejects
bytearray for t#.

As for making Py_buffer own a reference to the object: what should be
the semantics for PyObject_ReleaseBuffer? I see the following options:
- Drop PyObject_ReleaseBuffer
- make it DECREF the embedded object, whether or not it is the same as
the object being passed in
- leave it as-is, and require the caller to DECREF.
History
Date User Action Args
2008-08-01 15:23:34loewissetrecipients: + loewis, barry, teoliphant, amaury.forgeotdarc, pitrou, giampaolo.rodola, donmez, benjamin.peterson, gpolo
2008-08-01 15:23:34loewissetmessageid: <1217604214.72.0.370472763481.issue3139@psf.upfronthosting.co.za>
2008-08-01 15:23:33loewislinkissue3139 messages
2008-08-01 15:23:33loewiscreate