Home
last modified time | relevance | path

Searched refs:PyObject_NEW_VAR (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/
Dobjimpl.h145 #define PyObject_NEW_VAR(type, typeobj, n) PyObject_NewVar(type, typeobj, n) macro
/third_party/python/Doc/data/
Drefcounts.dat1753 PyObject_NEW_VAR:PyObject*::+1:
1754 PyObject_NEW_VAR::TYPE::
1755 PyObject_NEW_VAR:PyTypeObject*:type:0:
1756 PyObject_NEW_VAR:Py_ssize_t:size::
/third_party/python/Misc/NEWS.d/
D3.9.0a6.rst1153 :c:func:`PyObject_New` macro, and the :c:func:`PyObject_NEW_VAR` macro
/third_party/python/Doc/whatsnew/
D3.9.rst1377 :c:func:`PyObject_New` macro, and the :c:func:`PyObject_NEW_VAR` macro