Searched refs:PyObject_NEW (Results 1 – 5 of 5) sorted by relevance
138 #define PyObject_NEW(type, typeobj) PyObject_New(type, typeobj) macro
2020 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()
1745 PyObject_NEW:PyObject*::+1:1746 PyObject_NEW::TYPE::1747 PyObject_NEW:PyTypeObject*:type:0:
1391 * The :c:func:`PyObject_NEW` macro becomes an alias to the
13023 - bpo-40170: The :c:func:`PyObject_NEW` macro becomes an alias to the