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 arigo
Recipients arigo, skrah
Date 2014-06-16.15:20:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402932024.69.0.694479216836.issue21778@psf.upfronthosting.co.za>
In-reply-to
Content
Ah! Thanks.  I systematically missed the "flags" arguments passed in the getbufferproc function.

(I thought I had to tell PyBuffer_FillInfo() what kind of format we actually provide, but it seems that the interface is the other way around.  I don't see how I would implement a getbufferproc that forces a specific format, but I don't need that, so it's fine.)
History
Date User Action Args
2014-06-16 15:20:24arigosetrecipients: + arigo, skrah
2014-06-16 15:20:24arigosetmessageid: <1402932024.69.0.694479216836.issue21778@psf.upfronthosting.co.za>
2014-06-16 15:20:24arigolinkissue21778 messages
2014-06-16 15:20:24arigocreate