Home
last modified time | relevance | path

Searched refs:PyObject_Del (Results 1 – 22 of 22) 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.rst713 :c:func:`PyObject_NewVar` and :c:func:`PyObject_Del`.
Dtypeobj.rst666 instance; this is normally :c:func:`PyObject_Del` if the instance was allocated
1872 For static subtypes, :c:type:`PyBaseObject_Type` uses PyObject_Del.
/third_party/python/Objects/
Dfileobject.c506 PyObject_Del, /* tp_free */
Dcomplexobject.c1092 PyObject_Del, /* tp_free */
Drangeobject.c859 (destructor)PyObject_Del, /* tp_dealloc */
Dcodeobject.c1104 PyObject_Del, /* tp_free */
Dbytearrayobject.c2360 PyObject_Del, /* tp_free */
Dbytesobject.c2935 PyObject_Del, /* tp_free */
Dtypeobject.c5552 PyObject_Del, /* tp_free */
6206 (type->tp_free == NULL || type->tp_free == PyObject_Del)) in type_ready_inherit()
Dlongobject.c5690 PyObject_Del, /* tp_free */
Dunicodeobject.c15779 PyObject_Del, /* tp_free */
/third_party/alsa-lib/modules/mixer/simple/
Dpython.c716 tp_free: PyObject_Del,
897 tp_free: PyObject_Del,
/third_party/python/Modules/
D_testcapimodule.c357 (destructor)PyObject_Del, /* tp_dealloc */
3790 tp->tp_free = PyObject_Del; in without_gc()
6149 PyObject_Del, /* tp_free */
6263 PyObject_Del, /* tp_free */
D_struct.c2088 {Py_tp_free, PyObject_Del},
Dsocketmodule.c5354 PyObject_Del, /* tp_free */
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc383 PyObject_Del(py_descriptor); in NewInternedDescriptor()
/third_party/python/Modules/_decimal/
D_decimal.c4880 PyObject_Del, /* tp_free */
5565 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.