Home
last modified time | relevance | path

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

123456

/external/python/cpython2/Misc/
Dpymemcompat.h56 #define PyObject_Del PyMem_Free macro
80 #define PyObject_GC_Del PyObject_Del
/external/python/cpython2/Objects/
Drangeobject.c190 (destructor)PyObject_Del, /* tp_dealloc */
263 (destructor)PyObject_Del, /* tp_dealloc */
/external/python/cffi/c/
Dcglob.c18 PyObject_Del(gs); in glob_support_dealloc()
Dmisc_thread_common.h121 PyObject_Del((PyObject *)ob); in thread_canary_dealloc()
/external/python/cpython3/Include/
Dobjimpl.h109 #define PyObject_Del PyObject_Free macro
/external/python/cpython2/Mac/Modules/carbonevt/
D_CarbonEvtmodule.c403 #define EventRef_tp_free PyObject_Del
624 #define EventQueueRef_tp_free PyObject_Del
754 #define EventLoopRef_tp_free PyObject_Del
902 #define EventLoopTimerRef_tp_free PyObject_Del
1094 #define EventHandlerRef_tp_free PyObject_Del
1227 #define EventHandlerCallRef_tp_free PyObject_Del
1382 #define EventTargetRef_tp_free PyObject_Del
1512 #define EventHotKeyRef_tp_free PyObject_Del
/external/python/cpython2/Modules/
D_elementtree.c325 PyObject_Del(self); in element_new()
566 PyObject_Del(self); in element_dealloc()
1767 PyObject_Del(self);
2554 PyObject_Del(self);
2560 PyObject_Del(self->entity);
2561 PyObject_Del(self);
2571 PyObject_Del(self->names);
2572 PyObject_Del(self->entity);
2573 PyObject_Del(self);
2692 PyObject_Del(self);
Dxxmodule.c47 PyObject_Del(self); in Xxo_dealloc()
Dfmmodule.c143 PyObject_Del(fhp); in fh_dealloc()
Dmd5module.c44 PyObject_Del(md5p); in md5_dealloc()
Ddlmodule.c42 PyObject_Del(xp); in dl_dealloc()
DcStringIO.c542 PyObject_Del(self); in O_dealloc()
639 PyObject_Del(self); in I_dealloc()
Dcdmodule.c381 PyObject_Del(self); in cdplayer_dealloc()
669 PyObject_Del(self); in cdparser_dealloc()
Ddbmmodule.c73 PyObject_Del(dp); in dbm_dealloc()
/external/python/cpython3/Modules/
Dxxmodule.c47 PyObject_Del(self); in Xxo_dealloc()
D_hashopenssl.c344 PyObject_Del(self); in EVP_dealloc()
1456 if (self) PyObject_Del(self); in _hashlib_hmac_new_impl()
1549 PyObject_Del(self); in _hmac_dealloc()
/external/python/cpython3/Doc/c-api/
Dallocation.rst51 .. c:function:: void PyObject_Del(void *op)
/external/python/cpython2/Mac/Modules/ibcarbon/
D_IBCarbon.c162 #define IBNibRefObj_tp_free PyObject_Del
/external/python/cpython2/Include/
Dobjimpl.h138 #define PyObject_Del PyObject_Free macro
/external/python/cpython3/Objects/
Drangeobject.c173 PyObject_Del(r); in range_dealloc()
839 (destructor)PyObject_Del, /* tp_dealloc */
1003 PyObject_Del(r); in longrangeiter_dealloc()
/external/python/cpython3/Modules/_blake2/
Dblake2s_impl.c394 PyObject_Del(self); in py_blake2s_dealloc()
Dblake2b_impl.c394 PyObject_Del(self); in py_blake2b_dealloc()
/external/python/cpython2/Mac/Modules/cm/
D_Cmmodule.c280 #define CmpInstObj_tp_free PyObject_Del
718 #define CmpObj_tp_free PyObject_Del
/external/python/cpython2/Mac/Modules/cf/
D_CFmodule.c426 #define CFTypeRefObj_tp_free PyObject_Del
637 #define CFArrayRefObj_tp_free PyObject_Del
877 #define CFMutableArrayRefObj_tp_free PyObject_Del
1070 #define CFDictionaryRefObj_tp_free PyObject_Del
1247 #define CFMutableDictionaryRefObj_tp_free PyObject_Del
1478 #define CFDataRefObj_tp_free PyObject_Del
1743 #define CFMutableDataRefObj_tp_free PyObject_Del
2486 #define CFStringRefObj_tp_free PyObject_Del
2874 #define CFMutableStringRefObj_tp_free PyObject_Del
3526 #define CFURLRefObj_tp_free PyObject_Del
/external/python/cpython2/Modules/_multiprocessing/
Dconnection.h89 PyObject_Del(self); in connection_dealloc()

123456