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 christian.heimes, erlendaasland, petr.viktorin, pitrou, serhiy.storchaka, skrah, vstinner
Date 2021-11-01.20:14:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635797666.8.0.79962980168.issue45459@roundup.psfhosted.org>
In-reply-to
Content
I would advocate:

* expose the Py_buffer struct fully
* expose the various PyBUF_* constants
* expose at least PyObject_GetBuffer() and PyBuffer_Release()

The rest is optional.
History
Date User Action Args
2021-11-01 20:14:26pitrousetrecipients: + pitrou, vstinner, christian.heimes, petr.viktorin, skrah, serhiy.storchaka, erlendaasland
2021-11-01 20:14:26pitrousetmessageid: <1635797666.8.0.79962980168.issue45459@roundup.psfhosted.org>
2021-11-01 20:14:26pitroulinkissue45459 messages
2021-11-01 20:14:26pitroucreate