Home
last modified time | relevance | path

Searched refs:PyCObject_SetVoidPtr (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Include/
Dcobject.h75 PyAPI_FUNC(int) PyCObject_SetVoidPtr(PyObject *self, void *cobj);
/external/python/cpython2/Objects/
Dcobject.c115 PyCObject_SetVoidPtr(PyObject *self, void *cobj) in PyCObject_SetVoidPtr() function
/external/python/cpython2/Doc/c-api/
Dcobject.rst56 .. c:function:: int PyCObject_SetVoidPtr(PyObject* self, void* cobj)
/external/python/cpython2/PC/os2emx/
Dpython27.def232 "PyCObject_SetVoidPtr"
/external/python/cpython2/Misc/
DHISTORY3174 - CObjects are now mutable (on the C level) through PyCObject_SetVoidPtr.
/external/python/cpython3/Misc/
DHISTORY20558 - CObjects are now mutable (on the C level) through PyCObject_SetVoidPtr.