Home
last modified time | relevance | path

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

123

/third_party/boost/boost/python/detail/
Ddealloc.hpp13 PyObject_Del(self); in dealloc()
/third_party/python/Include/
Dobjimpl.h109 #define PyObject_Del PyObject_Free macro
/third_party/boost/libs/python/test/
Dm1.cpp25 PyObject_Del(self); in dealloc()
/third_party/python/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()
D_dbmmodule.c81 PyObject_Del(dp); in dbm_dealloc()
D_gdbmmodule.c94 PyObject_Del(dp); in dbm_dealloc()
Dsha1module.c313 PyObject_Del(ptr); in SHA1_dealloc()
Dossaudiodev.c157 PyObject_Del(self); in oss_dealloc()
202 PyObject_Del(self); in oss_mixer_dealloc()
Dmd5module.c336 PyObject_Del(ptr); in MD5_dealloc()
D_lsprof.c813 PyObject_Del, /* tp_free */
D_tkinter.c907 PyObject_Del(self); in PyTclObject_dealloc()
2826 PyObject_Del(self); in Tktt_Dealloc()
3099 PyObject_Del(self); in Tkapp_Dealloc()
Dsha256module.c389 PyObject_Del(ptr); in SHA_dealloc()
Dselectmodule.c761 PyObject_Del(self); in poll_dealloc()
1149 PyObject_Del(self); in devpoll_dealloc()
D_testcapimodule.c296 (destructor)PyObject_Del, /* tp_dealloc */
3642 tp->tp_free = PyObject_Del; in without_gc()
5805 PyObject_Del, /* tp_free */
5918 PyObject_Del, /* tp_free */
6272 PyObject_Del(self); in heapctype_dealloc()
6576 PyObject_Del(self); in heapctypesetattr_dealloc()
Dparsermodule.c357 PyObject_Del(st); in parser_free()
/third_party/python/Doc/c-api/
Dallocation.rst51 .. c:function:: void PyObject_Del(void *op)
/third_party/python/Objects/
Drangeobject.c173 PyObject_Del(r); in range_dealloc()
839 (destructor)PyObject_Del, /* tp_dealloc */
1003 PyObject_Del(r); in longrangeiter_dealloc()
Dfileobject.c518 PyObject_Del, /* tp_free */
Dcomplexobject.c1124 PyObject_Del, /* tp_free */
/third_party/python/Modules/_blake2/
Dblake2s_impl.c394 PyObject_Del(self); in py_blake2s_dealloc()
Dblake2b_impl.c394 PyObject_Del(self); in py_blake2b_dealloc()
/third_party/python/Modules/_sha3/
Dsha3module.c265 PyObject_Del(self); in SHA3_dealloc()
/third_party/python/Modules/_multiprocessing/
Dsemaphore.c521 PyObject_Del(self); in semlock_dealloc()
/third_party/python/PC/
D_msi.c286 PyObject_Del(msidb); in msiobj_dealloc()

123