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 exarkun, gregory.p.smith, ivank, loewis, pitrou
Date 2009-07-13.21:05:23
SpamBayes Score 0.00035212812
Marked as misclassified No
Message-id <4A5BA190.8020304@v.loewis.de>
In-reply-to <1247471136.04.0.973393666524.issue6071@psf.upfronthosting.co.za>
Content
> It no longer works with objects created with buffer() either:

That's because the buffer objects don't implement the buffer protocol
(in particular, they don't define the Py_TPFLAGS_HAVE_NEWBUFFER flag,
and the bf_getbuffer/bf_releasebuffer operations that go with that flag.
History
Date User Action Args
2009-07-13 21:05:24loewissetrecipients: + loewis, gregory.p.smith, exarkun, pitrou, ivank
2009-07-13 21:05:23loewislinkissue6071 messages
2009-07-13 21:05:23loewiscreate