Searched refs:PyObject_Del (Results 1 – 22 of 22) sorted by relevance
/external/python/cpython3/Include/ |
D | objimpl.h | 107 #define PyObject_Del PyObject_Free macro
|
/external/python/cpython3/Doc/c-api/ |
D | allocation.rst | 53 .. c:function:: void PyObject_Del(void *op)
|
D | memory.rst | 767 :c:macro:`PyObject_NewVar` and :c:func:`PyObject_Del`.
|
D | typeobj.rst | 653 instance; this is normally :c:func:`PyObject_Del` if the instance was allocated 1970 For static subtypes, :c:data:`PyBaseObject_Type` uses :c:func:`PyObject_Del`.
|
/external/python/cpython3/Modules/_testcapi/ |
D | gc.c | 75 tp->tp_free = PyObject_Del; in without_gc()
|
/external/python/cpython3/Objects/ |
D | fileobject.c | 465 PyObject_Del, /* tp_free */
|
D | complexobject.c | 1138 PyObject_Del, /* tp_free */
|
D | rangeobject.c | 902 (destructor)PyObject_Del, /* tp_dealloc */
|
D | codeobject.c | 1366 PyObject_Del, /* tp_free */ 1457 PyObject_Del, /* tp_free */
|
D | bytearrayobject.c | 2429 PyObject_Del, /* tp_free */
|
D | bytesobject.c | 3058 PyObject_Del, /* tp_free */
|
D | typeobject.c | 7272 PyObject_Del, /* tp_free */ 8002 (type->tp_free == NULL || type->tp_free == PyObject_Del)) in type_ready_inherit()
|
D | unicodeobject.c | 15000 PyObject_Del, /* tp_free */
|
/external/python/cpython3/Modules/ |
D | _testcapimodule.c | 285 (destructor)PyObject_Del, /* tp_dealloc */ 3590 PyObject_Del, /* tp_free */ 3702 PyObject_Del, /* tp_free */
|
/external/cronet/stable/third_party/protobuf/python/google/protobuf/pyext/ |
D | descriptor.cc | 379 PyObject_Del(py_descriptor); in NewInternedDescriptor()
|
/external/cronet/tot/third_party/protobuf/python/google/protobuf/pyext/ |
D | descriptor.cc | 379 PyObject_Del(py_descriptor); in NewInternedDescriptor()
|
/external/python/cpython3/Python/ |
D | optimizer.c | 1423 .tp_dealloc = (destructor)PyObject_Del,
|
/external/protobuf/python/google/protobuf/pyext/ |
D | descriptor.cc | 379 PyObject_Del(py_descriptor); in NewInternedDescriptor()
|
/external/marisa-trie/bindings/python/ |
D | marisa-swig_wrap.cxx | 844 # define PyObject_Del(op) PyMem_DEL((op)) macro 847 # define PyObject_DEL PyObject_Del
|
/external/webp/swig/ |
D | libwebp_python_wrap.c | 846 # define PyObject_DEL PyObject_Del
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.3.rst | 1850 :c:macro:`PyObject_New`, :c:macro:`PyObject_NewVar`, and :c:func:`PyObject_Del`.
|
/external/python/cpython3/Misc/ |
D | HISTORY | 23207 - PyObject_Del, PyObject_GC_Del are now functions instead of macros.
|