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 mark.dickinson
Recipients kermode, mark.dickinson, ncoghlan, pitrou, teoliphant
Date 2010-12-22.13:04:28
SpamBayes Score 0.0010554927
Marked as misclassified No
Message-id <1293023071.64.0.573931807415.issue9990@psf.upfronthosting.co.za>
In-reply-to
Content
Antoine, a couple of questions:

(1) Is there documentation for the 'smalltable' field of the Py_buffer struct anywhere?  What are the requirements for the exporter here?  E.g., is it / should it be a requirement that shape, strides and suboffsets are all NULL whenever 'smalltable' is used?

(2) Same question for the 'obj' field:  what's the purpose of this field, from the POV of 3rd party buffer exporters?
History
Date User Action Args
2010-12-22 13:04:31mark.dickinsonsetrecipients: + mark.dickinson, teoliphant, ncoghlan, kermode, pitrou
2010-12-22 13:04:31mark.dickinsonsetmessageid: <1293023071.64.0.573931807415.issue9990@psf.upfronthosting.co.za>
2010-12-22 13:04:28mark.dickinsonlinkissue9990 messages
2010-12-22 13:04:28mark.dickinsoncreate