Home
last modified time | relevance | path

Searched refs:_Py_NewReference (Results 1 - 14 of 14) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_object.h71 Internal function called by _Py_NewReference(). */
96 _Py_NewReference(op); in _PyObject_Init()
/third_party/python/Include/cpython/
H A Dobject.h5 PyAPI_FUNC(void) _Py_NewReference(PyObject *op);
/third_party/python/Objects/
H A Dtupleobject.c971 _Py_NewReference((PyObject *) sv); in _PyTuple_Resize()
1201 _Py_NewReference((PyObject *)op); in maybe_freelist_pop()
H A Dsliceobject.c131 _Py_NewReference((PyObject *)obj); in PySlice_New()
H A Dgenobject.c1904 _Py_NewReference((PyObject *)o); in async_gen_asend_new()
2024 _Py_NewReference((PyObject*)o); in _PyAsyncGenValueWrapperNew()
H A Dobject.c91 * Note that objects are normally added to the list via _Py_NewReference,
242 _Py_NewReference(self); in PyObject_CallFinalizerFromDealloc()
248 /* If Py_REF_DEBUG macro is defined, _Py_NewReference() increased in PyObject_CallFinalizerFromDealloc()
2023 _Py_NewReference(PyObject *op) in _Py_NewReference() function
H A Dlistobject.c174 _Py_NewReference((PyObject *)op); in PyList_New()
H A Dbytesobject.c3095 _Py_NewReference(*pv); in _PyBytes_Resize()
H A Dexceptions.c3266 _Py_NewReference((PyObject *)self); in MemoryError_new()
H A Ddictobject.c732 _Py_NewReference((PyObject *)mp); in new_dict()
H A Dunicodeobject.c1062 _Py_NewReference(unicode); in resize_compact()
1067 _Py_NewReference(unicode); in resize_compact()
/third_party/python/Python/
H A Dcontext.c356 _Py_NewReference((PyObject *)ctx); in _context_alloc()
/third_party/python/Modules/
H A D_asynciomodule.c1779 _Py_NewReference((PyObject*) it); in future_new_iter()
H A D_testcapimodule.c3925 _Py_NewReference(self); in slot_tp_del()
3929 /* If Py_REF_DEBUG macro is defined, _Py_NewReference() increased in slot_tp_del()

Completed in 60 milliseconds