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 pitrou
Recipients amaury.forgeotdarc, giampaolo.rodola, gpolo, loewis, pitrou
Date 2008-07-05.22:38:59
SpamBayes Score 0.0023634823
Marked as misclassified No
Message-id <1215297537.6037.10.camel@fsol>
In-reply-to <1215296459.52.0.876354241978.issue3139@psf.upfronthosting.co.za>
Content
Le samedi 05 juillet 2008 à 22:20 +0000, Martin v. Löwis a écrit :
> Martin v. Löwis <martin@v.loewis.de> added the comment:
> 
> I believe the 2.6 s# processing works correctly; the error is in the
> bytearray object. This either shouldn't support the buffer interface, or
> it shouldn't reallocate the buffer after having returned a pointer to it.

getbuffer and releasebuffer exist in both 2.6 and 3.0, and bytearray
supports those methods in both.

As for array.array, it only implements old buffer API.
History
Date User Action Args
2008-07-05 22:39:00pitrousetspambayes_score: 0.00236348 -> 0.0023634823
recipients: + pitrou, loewis, amaury.forgeotdarc, giampaolo.rodola, gpolo
2008-07-05 22:38:59pitroulinkissue3139 messages
2008-07-05 22:38:59pitroucreate