Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dobjimpl.h121 #define PyObject_INIT(op, typeobj) \ macro
/external/python/cpython3/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`.
/external/python/cpython3/Doc/whatsnew/
D3.8.rst1576 * :c:func:`PyObject_INIT`, :c:func:`PyObject_INIT_VAR`
1621 in :c:func:`PyObject_Init` (and its parallel macro ``PyObject_INIT``)
2047 :c:func:`PyObject_Init` and :c:func:`PyObject_INIT`.
2067 :c:func:`PyObject_Init` or :c:func:`PyObject_INIT`.
D3.9.rst1308 * ``PyObject_INIT()`` and ``PyObject_INIT_VAR()`` become regular "opaque"
/external/python/cpython3/Misc/
DHISTORY25109 weakly referencable type in PyObject_INIT(), since most types are