bpo-45459: Add Py_buffer to limited API#29991
Conversation
|
This PR is stale because it has been open for 30 days with no activity. |
Sorry, something went wrong.
a990f73 to
200d441
Compare
January 13, 2022 10:40
1c41c9d to
ef19458
Compare
January 24, 2022 08:00
|
I'll get to it this week. |
Sorry, something went wrong.
ef19458 to
6119c2b
Compare
February 2, 2022 13:21
encukou
left a comment
There was a problem hiding this comment.
Looks good, let's get it in! Thanks!
Sorry, something went wrong.
|
This change broke our project build because when cpython/object.h is including buffer.h it is forcing it to resolve along the search path, and the compiler is hitting the buffer.h in our project rather than the one in the Python include directory. Should it not be using a relative include, ie. |
Sorry, something went wrong.
|
This PR is merged and closed. Please discuss this issue on the Python bug tracker. |
Sorry, something went wrong.
Py_bufferstructPyBuffer_*()API functionsPyBUF_*constantsPy_bf_getbufferandPy_bf_releasebuffertype slotsPyMemoryView_FromBuffer()APImake regen-limited-abiPyPickleBuffer*()API ???https://bugs.python.org/issue45459
Automerge-Triggered-By: GH:encukou