Searched refs:PyObject_Init (Results 1 – 11 of 11) sorted by relevance
/third_party/python/Include/ |
D | objimpl.h | 121 PyAPI_FUNC(PyObject *) PyObject_Init(PyObject *, PyTypeObject *); 126 PyObject_Init(_PyObject_CAST(op), (typeobj))
|
/third_party/python/Doc/c-api/ |
D | allocation.rst | 15 .. c:function:: PyObject* PyObject_Init(PyObject *op, PyTypeObject *type) 26 This does everything :c:func:`PyObject_Init` does, and also initializes the
|
/third_party/python/PC/ |
D | python3dll.c | 459 EXPORT_FUNC(PyObject_Init)
|
/third_party/python/Doc/data/ |
D | stable_abi.dat | 503 function,PyObject_Init,3.2,
|
D | refcounts.dat | 1731 PyObject_Init:PyObject*::0: 1732 PyObject_Init:PyObject*:op:0: 1733 PyObject_Init:PyTypeObject*:type:0:
|
/third_party/python/Misc/NEWS.d/ |
D | 3.9.0a4.rst | 899 now defined as aliases to :c:func:`PyObject_Init` and
|
D | 3.8.0a4.rst | 1408 Modify ``PyObject_Init`` to correctly increase the refcount of heap-
|
D | 3.10.0a1.rst | 3393 aliases to, respectively, :c:func:`PyObject_Init` and
|
/third_party/python/Objects/ |
D | object.c | 159 PyObject_Init(PyObject *op, PyTypeObject *tp) in PyObject_Init() function
|
/third_party/python/Misc/ |
D | stable_abi.txt | 1087 function PyObject_Init
|
/third_party/python/Doc/whatsnew/ |
D | 3.8.rst | 1616 in :c:func:`PyObject_Init` (and its parallel macro ``PyObject_INIT``) 2040 :c:func:`PyObject_Init` and :c:func:`PyObject_INIT`. 2060 :c:func:`PyObject_Init` or :c:func:`PyObject_INIT`.
|