Home
last modified time | relevance | path

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

/external/python/cpython2/Misc/
Dpymemcompat.h55 #define PyObject_NewVar PyObject_NEW_VAR macro
79 #define PyObject_GC_NewVar PyObject_NewVar
/external/python/cpython2/Doc/c-api/
Dallocation.rst50 .. c:function:: TYPE* PyObject_NewVar(TYPE, PyTypeObject *type, Py_ssize_t size)
69 :c:func:`PyObject_NewVar`. This is normally called from the
Dgcsupport.rst48 Analogous to :c:func:`PyObject_NewVar` but for container objects with the
58 Resize an object allocated by :c:func:`PyObject_NewVar`. Returns the
Dmemory.rst205 :c:func:`PyObject_NewVar` and :c:func:`PyObject_Del`.
/external/python/cpython2/Include/
Dobjimpl.h158 #define PyObject_NewVar(type, typeobj, n) \ macro
/external/python/cpython2/Doc/data/
Drefcounts.dat1010 PyObject_NewVar:PyObject*::+1:
/external/python/cpython2/Doc/whatsnew/
D2.3.rst1850 :c:func:`PyObject_New`, :c:func:`PyObject_NewVar`, and :c:func:`PyObject_Del`.