Home
last modified time | relevance | path

Searched refs:PyObject_GC_Del (Results 1 – 25 of 67) sorted by relevance

123

/third_party/python/Modules/
Ditertoolsmodule.c182 PyObject_GC_Del, /* tp_free */
413 PyObject_GC_Del, /* tp_free */
466 PyObject_GC_Del(igo); in _grouper_dealloc()
561 PyObject_GC_Del, /* tp_free */
693 PyObject_GC_Del(tdo); in teedataobject_dealloc()
814 PyObject_GC_Del, /* tp_free */
924 PyObject_GC_Del(to); in tee_dealloc()
1002 PyObject_GC_Del, /* tp_free */
1266 PyObject_GC_Del, /* tp_free */
1431 PyObject_GC_Del, /* tp_free */
[all …]
D_csv.c357 PyObject_GC_Del(self); in Dialect_dealloc()
945 PyObject_GC_Del(self); in Reader_dealloc()
1403 PyObject_GC_Del(self); in Writer_dealloc()
Dsha1module.c332 PyObject_GC_Del(ptr); in SHA1_dealloc()
/third_party/python/Objects/
Diterobject.c38 PyObject_GC_Del(it); in iter_dealloc()
200 PyObject_GC_Del(it); in calliter_dealloc()
305 PyObject_GC_Del(obj); in anextawaitable_dealloc()
Dgenobject.c136 PyObject_GC_Del(gen); in gen_dealloc()
1081 PyObject_GC_Del(cw); in coro_wrapper_dealloc()
1495 PyObject_GC_Del(o); in _PyAsyncGen_ClearFreeLists()
1502 PyObject_GC_Del(o); in _PyAsyncGen_ClearFreeLists()
1567 PyObject_GC_Del(o); in async_gen_asend_dealloc()
1767 PyObject_GC_Del(o); in async_gen_wrapped_val_dealloc()
1864 PyObject_GC_Del(o); in async_gen_athrow_dealloc()
Denumobject.c262 PyObject_GC_Del, /* tp_free */
477 PyObject_GC_Del, /* tp_free */
Dtupleobject.c940 PyObject_GC_Del, /* tp_free */
997 PyObject_GC_Del(v); in _PyTuple_Resize()
1022 PyObject_GC_Del(q); in _PyTuple_ClearFreeList()
1069 PyObject_GC_Del(it); in tupleiter_dealloc()
Dcellobject.c83 PyObject_GC_Del(op); in cell_dealloc()
Dclassobject.c242 PyObject_GC_Del(im); in method_dealloc()
453 PyObject_GC_Del(self); in instancemethod_dealloc()
Dsliceobject.c105 PyObject_GC_Del(obj); in _PySlice_Fini()
342 PyObject_GC_Del(r); in slice_dealloc()
Dfuncobject.c646 PyObject_GC_Del(op); in func_dealloc()
956 PyObject_GC_Del, /* tp_free */
1152 PyObject_GC_Del, /* tp_free */
Dnamespaceobject.c242 PyObject_GC_Del, /* tp_free */
Dframeobject.c619 PyObject_GC_Del(f); in frame_dealloc()
811 PyObject_GC_Del(f); in frame_alloc()
1133 PyObject_GC_Del(f); in _PyFrame_ClearFreeList()
Ddescrobject.c25 PyObject_GC_Del(descr); in descr_dealloc()
1157 PyObject_GC_Del(pp); in mappingproxy_dealloc()
1270 PyObject_GC_Del(wp); in wrapper_dealloc()
1916 PyObject_GC_Del, /* tp_free */
Dweakrefobject.c412 PyObject_GC_Del, /*tp_free*/
586 PyObject_GC_Del(self); in proxy_dealloc()
Dunionobject.c456 .tp_free = PyObject_GC_Del,
Dmethodobject.c175 PyObject_GC_Del(m); in meth_dealloc()
Dstructseq.c118 PyObject_GC_Del(obj); in structseq_dealloc()
/third_party/python/Include/
Dobjimpl.h182 PyAPI_FUNC(void) PyObject_GC_Del(void *);
/third_party/python/Python/
Dcontext.c1069 .tp_free = PyObject_GC_Del,
1210 .tp_free = PyObject_GC_Del,
1297 PyObject_GC_Del(ctx); in _PyContext_ClearFreeList()
Dhamt.c2539 PyObject_GC_Del(it); in hamt_baseiter_tp_dealloc()
2924 .tp_free = PyObject_GC_Del,
2937 .tp_free = PyObject_GC_Del,
2950 .tp_free = PyObject_GC_Del,
Dbltinmodule.c678 PyObject_GC_Del, /* tp_free */
1431 PyObject_GC_Del, /* tp_free */
2903 PyObject_GC_Del, /* tp_free */
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage_factory.cc290 PyObject_GC_Del, // tp_free
/third_party/python/Doc/c-api/
Dgcsupport.rst42 #. The object's memory must be deallocated using :c:func:`PyObject_GC_Del`.
112 .. c:function:: void PyObject_GC_Del(void *op)
/third_party/python/Modules/_ctypes/
Dcallbacks.c24 PyObject_GC_Del(self); in CThunkObject_dealloc()

123