Home
last modified time | relevance | path

Searched refs:_Py_NewReference (Results 1 – 20 of 20) sorted by relevance

/third_party/python/Include/cpython/
Dobjimpl.h72 _Py_NewReference(op); in _PyObject_INIT()
Dobject.h9 PyAPI_FUNC(void) _Py_NewReference(PyObject *op);
/third_party/boost/boost/python/detail/
Dwrap_python.hpp218 ( (op)->ob_type = (typeobj), _Py_NewReference((PyObject *)(op)), (op) )
/third_party/python/Doc/c-api/
Drefcounting.rst71 :c:func:`_Py_Dealloc`, :c:func:`_Py_ForgetReference`, :c:func:`_Py_NewReference`,
/third_party/python/Objects/
Dtupleobject.c82 _Py_NewReference((PyObject *)op); in tuple_alloc()
950 _Py_NewReference((PyObject *) sv); in _PyTuple_Resize()
Dframeobject.c776 _Py_NewReference((PyObject *)f); in frame_alloc()
807 _Py_NewReference((PyObject *)f); in frame_alloc()
Dsliceobject.c123 _Py_NewReference((PyObject *)obj); in PySlice_New()
Dgenobject.c1656 _Py_NewReference((PyObject *)o); in async_gen_asend_new()
1756 _Py_NewReference((PyObject*)o); in _PyAsyncGenValueWrapperNew()
Dobject.c229 _Py_NewReference(self); in PyObject_CallFinalizerFromDealloc()
1822 _Py_NewReference(PyObject *op) in _Py_NewReference() function
Dexceptions.c2302 _Py_NewReference((PyObject *)self); in MemoryError_new()
Dbytesobject.c3042 _Py_NewReference(*pv); in _PyBytes_Resize()
Dlistobject.c144 _Py_NewReference((PyObject *)op); in PyList_New()
Ddictobject.c623 _Py_NewReference((PyObject *)mp); in new_dict()
Dunicodeobject.c1081 _Py_NewReference(unicode); in resize_compact()
1086 _Py_NewReference(unicode); in resize_compact()
/third_party/python/Python/
Dcontext.c343 _Py_NewReference((PyObject *)ctx); in _context_alloc()
/third_party/python/Modules/
DSetup133 # bpo-35053: The module must be builtin since _Py_NewReference()
D_asynciomodule.c1755 _Py_NewReference((PyObject*) it); in future_new_iter()
D_testcapimodule.c3602 _Py_NewReference(self); in slot_tp_del()
/third_party/python/Doc/whatsnew/
D3.9.rst1406 * ``_Py_NewReference()``
/third_party/python/Misc/
DNEWS3187 ``_Py_NewReference()``, ``_Py_ForgetReference()``,