Searched refs:PyObject_Del (Results 1 – 20 of 20) 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 | 736 :c:func:`PyObject_NewVar` and :c:func:`PyObject_Del`.
|
| D | typeobj.rst | 673 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/ |
| D | fileobject.c | 470 PyObject_Del, /* tp_free */
|
| D | complexobject.c | 1114 PyObject_Del, /* tp_free */
|
| D | codeobject.c | 1216 PyObject_Del, /* tp_free */ 1316 PyObject_Del, /* tp_free */
|
| D | rangeobject.c | 857 (destructor)PyObject_Del, /* tp_dealloc */
|
| D | bytearrayobject.c | 2331 PyObject_Del, /* tp_free */
|
| D | bytesobject.c | 2978 PyObject_Del, /* tp_free */
|
| D | typeobject.c | 5648 PyObject_Del, /* tp_free */ 6302 (type->tp_free == NULL || type->tp_free == PyObject_Del)) in type_ready_inherit()
|
| D | unicodeobject.c | 15457 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/protobuf/python/google/protobuf/pyext/ |
| D | descriptor.cc | 383 PyObject_Del(py_descriptor); in NewInternedDescriptor()
|
| /third_party/python/Modules/ |
| D | _testcapimodule.c | 354 (destructor)PyObject_Del, /* tp_dealloc */ 3965 tp->tp_free = PyObject_Del; in without_gc() 6974 PyObject_Del, /* tp_free */ 7088 PyObject_Del, /* tp_free */
|
| D | socketmodule.c | 5445 PyObject_Del, /* tp_free */
|
| /third_party/python/Modules/_decimal/ |
| D | _decimal.c | 5037 PyObject_Del, /* tp_free */ 5722 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.
|