Searched refs:PyObject_Del (Results 1 – 22 of 22) sorted by relevance
/third_party/python/Include/ |
D | objimpl.h | 111 #define PyObject_Del PyObject_Free macro
|
/third_party/python/Doc/c-api/ |
D | allocation.rst | 51 .. c:function:: void PyObject_Del(void *op)
|
D | memory.rst | 713 :c:func:`PyObject_NewVar` and :c:func:`PyObject_Del`.
|
D | typeobj.rst | 666 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/ |
D | fileobject.c | 506 PyObject_Del, /* tp_free */
|
D | complexobject.c | 1092 PyObject_Del, /* tp_free */
|
D | rangeobject.c | 859 (destructor)PyObject_Del, /* tp_dealloc */
|
D | codeobject.c | 1104 PyObject_Del, /* tp_free */
|
D | bytearrayobject.c | 2360 PyObject_Del, /* tp_free */
|
D | bytesobject.c | 2935 PyObject_Del, /* tp_free */
|
D | typeobject.c | 5552 PyObject_Del, /* tp_free */ 6206 (type->tp_free == NULL || type->tp_free == PyObject_Del)) in type_ready_inherit()
|
D | longobject.c | 5690 PyObject_Del, /* tp_free */
|
D | unicodeobject.c | 15779 PyObject_Del, /* tp_free */
|
/third_party/alsa-lib/modules/mixer/simple/ |
D | python.c | 716 tp_free: PyObject_Del, 897 tp_free: PyObject_Del,
|
/third_party/python/Modules/ |
D | _testcapimodule.c | 357 (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.c | 2088 {Py_tp_free, PyObject_Del},
|
D | socketmodule.c | 5354 PyObject_Del, /* tp_free */
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | descriptor.cc | 383 PyObject_Del(py_descriptor); in NewInternedDescriptor()
|
/third_party/python/Modules/_decimal/ |
D | _decimal.c | 4880 PyObject_Del, /* tp_free */ 5565 PyObject_Del, /* tp_free */
|
/third_party/skia/third_party/externals/libwebp/swig/ |
D | libwebp_python_wrap.c | 846 # define PyObject_DEL PyObject_Del
|
/third_party/python/Doc/whatsnew/ |
D | 2.3.rst | 1850 :c:func:`PyObject_New`, :c:func:`PyObject_NewVar`, and :c:func:`PyObject_Del`.
|
/third_party/python/Misc/ |
D | HISTORY | 23207 - PyObject_Del, PyObject_GC_Del are now functions instead of macros.
|