Home
last modified time | relevance | path

Searched refs:_PyObject_New (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Include/
Dobjimpl.h131 PyAPI_FUNC(PyObject *) _PyObject_New(PyTypeObject *);
134 #define PyObject_New(type, typeobj) ((type *)_PyObject_New(typeobj))
/third_party/python/Doc/c-api/
Dallocation.rst9 .. c:function:: PyObject* _PyObject_New(PyTypeObject *type)
/third_party/python/PC/
Dpython3dll.c35 EXPORT_FUNC(_PyObject_New)
/third_party/python/Objects/
Dobject.c181 _PyObject_New(PyTypeObject *tp) in _PyObject_New() function
/third_party/python/Doc/data/
Drefcounts.dat3037 _PyObject_New:PyObject*::+1:
3038 _PyObject_New:PyTypeObject*:type:0:
/third_party/python/Misc/
Dstable_abi.txt1590 function _PyObject_New