Home
last modified time | relevance | path

Searched refs:Py_XNewRef (Results 1 – 15 of 15) sorted by relevance

/third_party/python/Modules/_sqlite/
Drow.c93 return Py_XNewRef(item); in pysqlite_row_item()
138 return Py_XNewRef(item); in pysqlite_row_subscript()
153 return Py_XNewRef(item); in pysqlite_row_subscript()
Dstatement.c267 current_param = Py_XNewRef(item); in pysqlite_statement_bind_parameters()
314 current_param = Py_XNewRef(item); in pysqlite_statement_bind_parameters()
/third_party/python/Doc/c-api/
Drefcounting.rst31 See also :c:func:`Py_XNewRef`.
42 The object *o* must not be ``NULL``; use :c:func:`Py_XNewRef` if *o* can be
59 .. c:function:: PyObject* Py_XNewRef(PyObject *o)
/third_party/python/Include/
Dobject.h578 PyAPI_FUNC(PyObject*) Py_XNewRef(PyObject *obj);
596 #define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj)) macro
/third_party/python/Modules/
Datexitmodule.c176 callback->kwargs = Py_XNewRef(kwargs); in atexit_register()
D_threadmodule.c802 self->args = Py_XNewRef(args); in local_new()
803 self->kw = Py_XNewRef(kw); in local_new()
1158 boot->kwargs = Py_XNewRef(kwargs); in thread_PyThread_start_new_thread()
D_testcapimodule.c5520 PyObject *xref = Py_XNewRef(obj); \
5525 assert(Py_XNewRef(NULL) == NULL); \
5540 #undef Py_XNewRef
/third_party/python/Objects/
Dframeobject.c842 f->f_back = (PyFrameObject*)Py_XNewRef(tstate->frame); in _PyFrame_New_NoTrack()
846 f->f_locals = Py_XNewRef(locals); in _PyFrame_New_NoTrack()
Dobject.c2300 #undef Py_XNewRef
2310 Py_XNewRef(PyObject *obj) in Py_XNewRef() function
/third_party/python/PC/
Dpython3dll.c92 EXPORT_FUNC(Py_XNewRef)
/third_party/python/Doc/data/
Dstable_abi.dat829 function,Py_XNewRef,3.10,
Drefcounts.dat3032 Py_XNewRef:void:::
3033 Py_XNewRef:PyObject*:o:+1:if o is not NULL
/third_party/python/Misc/
Dstable_abi.txt2081 function Py_XNewRef
/third_party/python/Misc/NEWS.d/
D3.10.0a3.rst1426 Added :c:func:`Py_NewRef` and :c:func:`Py_XNewRef` functions to increment
/third_party/python/Doc/whatsnew/
D3.10.rst2072 * Add :c:func:`Py_NewRef` and :c:func:`Py_XNewRef` functions to increment the