Searched refs:PyObject_InitVar (Results 1 – 9 of 9) sorted by relevance
/third_party/python/Include/ |
D | objimpl.h | 122 PyAPI_FUNC(PyVarObject *) PyObject_InitVar(PyVarObject *, 128 PyObject_InitVar(_PyVarObject_CAST(op), (typeobj), (size))
|
/third_party/python/Doc/c-api/ |
D | allocation.rst | 24 .. c:function:: PyVarObject* PyObject_InitVar(PyVarObject *op, PyTypeObject *type, Py_ssize_t size)
|
/third_party/python/Doc/data/ |
D | stable_abi.dat | 504 function,PyObject_InitVar,3.2,
|
D | refcounts.dat | 1735 PyObject_InitVar:PyVarObject*::0: 1736 PyObject_InitVar:PyVarObject*:op:0:
|
/third_party/python/PC/ |
D | python3dll.c | 460 EXPORT_FUNC(PyObject_InitVar)
|
/third_party/python/Misc/NEWS.d/ |
D | 3.9.0a4.rst | 900 :c:func:`PyObject_InitVar` to make their implementation opaque. It avoids to
|
D | 3.10.0a1.rst | 3394 :c:func:`PyObject_InitVar` functions.
|
/third_party/python/Objects/ |
D | object.c | 170 PyObject_InitVar(PyVarObject *op, PyTypeObject *tp, Py_ssize_t size) in PyObject_InitVar() function
|
/third_party/python/Misc/ |
D | stable_abi.txt | 1089 function PyObject_InitVar
|