Searched refs:PyObject_NewVar (Results 1 – 9 of 9) sorted by relevance
/third_party/python/Include/ |
D | objimpl.h | 140 #define PyObject_NewVar(type, typeobj, n) \ macro 145 #define PyObject_NEW_VAR(type, typeobj, n) PyObject_NewVar(type, typeobj, n)
|
/third_party/python/Doc/c-api/ |
D | allocation.rst | 39 .. c:function:: TYPE* PyObject_NewVar(TYPE, PyTypeObject *type, Py_ssize_t size) 54 :c:func:`PyObject_NewVar`. This is normally called from the
|
D | gcsupport.rst | 65 Analogous to :c:func:`PyObject_NewVar` but for container objects with the 71 Resize an object allocated by :c:func:`PyObject_NewVar`. Returns the
|
D | memory.rst | 713 :c:func:`PyObject_NewVar` and :c:func:`PyObject_Del`.
|
/third_party/python/Doc/data/ |
D | refcounts.dat | 1758 PyObject_NewVar:PyObject*::+1: 1759 PyObject_NewVar::TYPE:: 1760 PyObject_NewVar:PyTypeObject*:type:0: 1761 PyObject_NewVar:Py_ssize_t:size::
|
/third_party/python/Misc/NEWS.d/ |
D | 3.9.0a6.rst | 1154 becomes an alias to the :c:func:`PyObject_NewVar` macro, to hide
|
/third_party/python/Doc/whatsnew/ |
D | 3.9.rst | 1378 becomes an alias to the :c:func:`PyObject_NewVar` macro. They no longer
|
D | 3.8.rst | 2058 :c:func:`PyObject_NewVar`, :c:func:`PyObject_GC_New`,
|
D | 2.3.rst | 1850 :c:func:`PyObject_New`, :c:func:`PyObject_NewVar`, and :c:func:`PyObject_Del`.
|