Searched refs:PyObject_AsCharBuffer (Results 1 – 10 of 10) sorted by relevance
/third_party/python/Doc/c-api/ |
D | objbuffer.rst | 21 .. c:function:: int PyObject_AsCharBuffer(PyObject *obj, const char **buffer, Py_ssize_t *buffer_le…
|
/third_party/python/Include/ |
D | abstract.h | 326 PyAPI_FUNC(int) PyObject_AsCharBuffer(PyObject *obj,
|
/third_party/python/Doc/data/ |
D | refcounts.dat | 1574 PyObject_AsCharBuffer:int::: 1575 PyObject_AsCharBuffer:PyObject*:obj:0: 1576 PyObject_AsCharBuffer:const char**:buffer:: 1577 PyObject_AsCharBuffer:Py_ssize_t*:buffer_len::
|
D | stable_abi.dat | 465 function,PyObject_AsCharBuffer,3.2,
|
/third_party/python/PC/ |
D | python3dll.c | 420 EXPORT_FUNC(PyObject_AsCharBuffer)
|
/third_party/python/Misc/ |
D | stable_abi.txt | 1653 function PyObject_AsCharBuffer
|
D | HISTORY | 959 - Issue #22896: Avoid using PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
|
/third_party/python/Objects/ |
D | abstract.c | 335 PyObject_AsCharBuffer(PyObject *obj, in PyObject_AsCharBuffer() function
|
/third_party/python/Misc/NEWS.d/ |
D | 3.10.0a1.rst | 3358 ``PyObject_AsCharBuffer()``, ``PyObject_AsReadBuffer()``,
|
D | 3.5.0a1.rst | 26 Avoid using PyObject_AsCharBuffer(), PyObject_AsReadBuffer() and
|