Home
last modified time | relevance | path

Searched refs:PyObject_INIT (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Include/
Dobjimpl.h125 #define PyObject_INIT(op, typeobj) \ macro
/third_party/python/Misc/NEWS.d/
D3.9.0a4.rst898 In the limited C API, ``PyObject_INIT()`` and ``PyObject_INIT_VAR()`` are
D3.10.0a1.rst3392 The :c:func:`PyObject_INIT` and :c:func:`PyObject_INIT_VAR` macros become
D3.8.0a1.rst8800 :c:func:`Py_XDECREF`, :c:func:`PyObject_INIT`, :c:func:`PyObject_INIT_VAR`.
/third_party/python/Doc/whatsnew/
D3.8.rst1571 * :c:func:`PyObject_INIT`, :c:func:`PyObject_INIT_VAR`
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`.
D3.9.rst1296 * ``PyObject_INIT()`` and ``PyObject_INIT_VAR()`` become regular "opaque"
/third_party/python/Misc/
DHISTORY25109 weakly referencable type in PyObject_INIT(), since most types are