Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_object.h48 _Py_NewReference(op); in _PyObject_Init()
/third_party/python/Include/cpython/
Dobject.h5 PyAPI_FUNC(void) _Py_NewReference(PyObject *op);
/third_party/python/Doc/c-api/
Drefcounting.rst119 :c:func:`_Py_Dealloc`, :c:func:`_Py_ForgetReference`, :c:func:`_Py_NewReference`,
/third_party/python/Objects/
Dtupleobject.c88 _Py_NewReference((PyObject *)op); in tuple_alloc()
1000 _Py_NewReference((PyObject *) sv); in _PyTuple_Resize()
Dframeobject.c783 _Py_NewReference((PyObject *)f); in frame_alloc()
816 _Py_NewReference((PyObject *)f); in frame_alloc()
Dsliceobject.c131 _Py_NewReference((PyObject *)obj); in PySlice_New()
Dgenobject.c1727 _Py_NewReference((PyObject *)o); in async_gen_asend_new()
1839 _Py_NewReference((PyObject*)o); in _PyAsyncGenValueWrapperNew()
Dobject.c249 _Py_NewReference(self); in PyObject_CallFinalizerFromDealloc()
1891 _Py_NewReference(PyObject *op) in _Py_NewReference() function
Dbytesobject.c3052 _Py_NewReference(*pv); in _PyBytes_Resize()
Dexceptions.c2434 _Py_NewReference((PyObject *)self); in MemoryError_new()
Dlistobject.c156 _Py_NewReference((PyObject *)op); in PyList_New()
Ddictobject.c660 _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.c354 _Py_NewReference((PyObject *)ctx); in _context_alloc()
/third_party/python/Modules/
DSetup133 # bpo-35053: The module must be builtin since _Py_NewReference()
D_asynciomodule.c1791 _Py_NewReference((PyObject*) it); in future_new_iter()
D_testcapimodule.c3750 _Py_NewReference(self); in slot_tp_del()
/third_party/python/Misc/NEWS.d/
D3.9.0a4.rst902 functions from the limited C API: ``_Py_NewReference()``,
/third_party/python/Doc/whatsnew/
D3.9.rst1413 * ``_Py_NewReference()``