Home
last modified time | relevance | path

Searched refs:PyObject_NEW (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Include/
Dobjimpl.h134 #define PyObject_NEW(type, typeobj) PyObject_New(type, (typeobj)) macro
/external/python/cpython3/Modules/_testcapi/
Dmem.c360 obj = PyObject_NEW(PyObject, type); in test_pyobject_new()
/external/python/cpython3/Python/
Dlegacy_tracing.c410 PyObject_NEW(_PyLegacyEventHandler, &_PyLegacyEventHandler_Type); in set_callbacks()
/external/webp/swig/
Dlibwebp_python_wrap.c2020 SwigPyObject *sobj = PyObject_NEW(SwigPyObject, SwigPyObject_type()); in SwigPyObject_New()
2207 SwigPyPacked *sobj = PyObject_NEW(SwigPyPacked, SwigPyPacked_type()); in SwigPyPacked_New()
2556 PyInstanceObject *inst = PyObject_NEW(PyInstanceObject, &PyInstance_Type); in SWIG_Python_NewShadowInstance()
5378 swig_varlinkobject *result = PyObject_NEW(swig_varlinkobject, swig_varlink_type()); in SWIG_Python_newvarlink()
/external/python/cpython3/Doc/data/
Drefcounts.dat1800 PyObject_NEW:PyObject*::+1:
1801 PyObject_NEW::TYPE::
1802 PyObject_NEW:PyTypeObject*:type:0:
/external/marisa-trie/bindings/python/
Dmarisa-swig_wrap.cxx1860 SwigPyObject *sobj = PyObject_NEW(SwigPyObject, SwigPyObject_type()); in SwigPyObject_New()
2035 SwigPyPacked *sobj = PyObject_NEW(SwigPyPacked, SwigPyPacked_type()); in SwigPyPacked_New()
2346 PyInstanceObject *inst = PyObject_NEW(PyInstanceObject, &PyInstance_Type); in SWIG_Python_NewShadowInstance()
5904 swig_varlinkobject *result = PyObject_NEW(swig_varlinkobject, swig_varlink_type()); in SWIG_Python_newvarlink()
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc1930 TFE_Py_Tape* tape = PyObject_NEW(TFE_Py_Tape, &TFE_Py_Tape_Type); in TFE_Py_TapeSetNew()
2291 PyObject_NEW(TFE_Py_VariableWatcher, &TFE_Py_VariableWatcher_Type);
2912 PyObject_NEW(TFE_Py_ForwardAccumulator, &TFE_Py_ForwardAccumulator_Type);
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a6.rst1152 The :c:func:`!PyObject_NEW` macro becomes an alias to the
/external/python/cpython3/Doc/whatsnew/
D3.9.rst1388 * The :c:func:`!PyObject_NEW` macro becomes an alias to the