Home
last modified time | relevance | path

Searched refs:PyObject_GC_UnTrack (Results 1 – 25 of 70) sorted by relevance

123

/third_party/python/Modules/
Ditertoolsmodule.c98 PyObject_GC_UnTrack(po); in pairwise_dealloc()
239 PyObject_GC_UnTrack(gbo); in groupby_dealloc()
463 PyObject_GC_UnTrack(igo); in _grouper_dealloc()
691 PyObject_GC_UnTrack(tdo); in teedataobject_dealloc()
922 PyObject_GC_UnTrack(to); in tee_dealloc()
1129 PyObject_GC_UnTrack(lz); in cycle_dealloc()
1319 PyObject_GC_UnTrack(lz); in dropwhile_dealloc()
1482 PyObject_GC_UnTrack(lz); in takewhile_dealloc()
1695 PyObject_GC_UnTrack(lz); in islice_dealloc()
1899 PyObject_GC_UnTrack(lz); in starmap_dealloc()
[all …]
D_queuemodule.c49 PyObject_GC_UnTrack(self); in simplequeue_dealloc()
D_operator.c1018 PyObject_GC_UnTrack(ig); in itemgetter_dealloc()
1274 PyObject_GC_UnTrack(ag); in attrgetter_dealloc()
1541 PyObject_GC_UnTrack(mc); in methodcaller_dealloc()
D_csv.c355 PyObject_GC_UnTrack(self); in Dialect_dealloc()
939 PyObject_GC_UnTrack(self); in Reader_dealloc()
1398 PyObject_GC_UnTrack(self); in Writer_dealloc()
D_functoolsmodule.c176 PyObject_GC_UnTrack(pto); in partial_dealloc()
520 PyObject_GC_UnTrack(ko); in keyobject_dealloc()
1275 PyObject_GC_UnTrack(obj); in lru_cache_dealloc()
D_asynciomodule.c1568 PyObject_GC_UnTrack(self); in FutureObj_dealloc()
1595 PyObject_GC_UnTrack(it); in FutureIter_dealloc()
1832 PyObject_GC_UnTrack(o); in TaskStepMethWrapper_dealloc()
2525 PyObject_GC_UnTrack(self); in TaskObj_dealloc()
D_collectionsmodule.c1309 PyObject_GC_UnTrack(deque); in deque_dealloc()
1731 PyObject_GC_UnTrack(dio); in dequeiter_dealloc()
2118 PyObject_GC_UnTrack(dd); in defdict_dealloc()
2511 PyObject_GC_UnTrack(self); in tuplegetter_dealloc()
D_dbmmodule.c96 PyObject_GC_UnTrack(dp); in dbm_dealloc()
/third_party/python/Modules/_sqlite/
Dprepare_protocol.c44 PyObject_GC_UnTrack(self); in pysqlite_prepare_protocol_dealloc()
Dcache.c68 PyObject_GC_UnTrack(self); in pysqlite_node_dealloc()
150 PyObject_GC_UnTrack(self); in pysqlite_cache_dealloc()
Drow.c55 PyObject_GC_UnTrack(self); in pysqlite_row_dealloc()
Dstatement.c396 PyObject_GC_UnTrack(self); in stmt_dealloc()
/third_party/python/Objects/
Denumobject.c86 PyObject_GC_UnTrack(en); in enum_dealloc()
350 PyObject_GC_UnTrack(ro); in reversed_dealloc()
Dpicklebufobject.c111 PyObject_GC_UnTrack(self); in picklebuf_dealloc()
Dnamespaceobject.c60 PyObject_GC_UnTrack(ns); in namespace_dealloc()
Dweakrefobject.c108 PyObject_GC_UnTrack(self); in weakref_dealloc()
584 PyObject_GC_UnTrack((PyObject *)self); in proxy_dealloc()
Dmethodobject.c165 PyObject_GC_UnTrack(m); in meth_dealloc()
/third_party/python/Include/
Dobjimpl.h180 PyAPI_FUNC(void) PyObject_GC_UnTrack(void *);
/third_party/python/Misc/NEWS.d/
D3.5.5rc1.rst48 ``PyObject_GC_UnTrack()``.
/third_party/python/Doc/includes/
Dcustom4.c31 PyObject_GC_UnTrack(self); in Custom_dealloc()
/third_party/python/Modules/cjkcodecs/
Dmultibytecodec.c734 PyObject_GC_UnTrack(self); in multibytecodec_dealloc()
1093 PyObject_GC_UnTrack(self); in mbiencoder_dealloc()
1368 PyObject_GC_UnTrack(self); in mbidecoder_dealloc()
1688 PyObject_GC_UnTrack(self); in mbstreamreader_dealloc()
1895 PyObject_GC_UnTrack(self); in mbstreamwriter_dealloc()
/third_party/python/Python/
Dhamt.c1158 PyObject_GC_UnTrack(self); in hamt_node_bitmap_dealloc()
1566 PyObject_GC_UnTrack(self); in hamt_node_collision_dealloc()
1951 PyObject_GC_UnTrack(self); in hamt_node_array_dealloc()
2537 PyObject_GC_UnTrack(it); in hamt_baseiter_tp_dealloc()
2715 PyObject_GC_UnTrack(self); in hamt_tp_dealloc()
Dcontext.c889 PyObject_GC_UnTrack(self); in contextvar_tp_dealloc()
1115 PyObject_GC_UnTrack(self); in token_tp_dealloc()
/third_party/python/Doc/c-api/
Dgcsupport.rst40 :c:func:`PyObject_GC_UnTrack` must be called.
118 .. c:function:: void PyObject_GC_UnTrack(void *op)
/third_party/python/Modules/_ctypes/
Dcallbacks.c18 PyObject_GC_UnTrack(self); in CThunkObject_dealloc()

123