Home
last modified time | relevance | path

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

/third_party/python/Include/
Dobjimpl.h111 #define PyObject_Del PyObject_Free macro
/third_party/python/Doc/c-api/
Dallocation.rst51 .. c:function:: void PyObject_Del(void *op)
Dmemory.rst736 :c:func:`PyObject_NewVar` and :c:func:`PyObject_Del`.
Dtypeobj.rst673 instance; this is normally :c:func:`PyObject_Del` if the instance was allocated
1878 For static subtypes, :c:type:`PyBaseObject_Type` uses PyObject_Del.
/third_party/python/Objects/
Dfileobject.c470 PyObject_Del, /* tp_free */
Dcomplexobject.c1114 PyObject_Del, /* tp_free */
Dcodeobject.c1216 PyObject_Del, /* tp_free */
1316 PyObject_Del, /* tp_free */
Drangeobject.c857 (destructor)PyObject_Del, /* tp_dealloc */
Dbytearrayobject.c2331 PyObject_Del, /* tp_free */
Dbytesobject.c2978 PyObject_Del, /* tp_free */
Dtypeobject.c5648 PyObject_Del, /* tp_free */
6302 (type->tp_free == NULL || type->tp_free == PyObject_Del)) in type_ready_inherit()
Dunicodeobject.c15457 PyObject_Del, /* tp_free */
/third_party/alsa-lib/modules/mixer/simple/
Dpython.c716 tp_free: PyObject_Del,
897 tp_free: PyObject_Del,
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc383 PyObject_Del(py_descriptor); in NewInternedDescriptor()
/third_party/python/Modules/
D_testcapimodule.c354 (destructor)PyObject_Del, /* tp_dealloc */
3965 tp->tp_free = PyObject_Del; in without_gc()
6974 PyObject_Del, /* tp_free */
7088 PyObject_Del, /* tp_free */
Dsocketmodule.c5445 PyObject_Del, /* tp_free */
/third_party/python/Modules/_decimal/
D_decimal.c5037 PyObject_Del, /* tp_free */
5722 PyObject_Del, /* tp_free */
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c846 # define PyObject_DEL PyObject_Del
/third_party/python/Doc/whatsnew/
D2.3.rst1850 :c:func:`PyObject_New`, :c:func:`PyObject_NewVar`, and :c:func:`PyObject_Del`.
/third_party/python/Misc/
DHISTORY23207 - PyObject_Del, PyObject_GC_Del are now functions instead of macros.