Home
last modified time | relevance | path

Searched refs:PyObject_GC_UnTrack (Results 1 - 25 of 65) sorted by relevance

123

/third_party/python/Modules/
H A Ditertoolsmodule.c97 PyObject_GC_UnTrack(po); in pairwise_dealloc()
238 PyObject_GC_UnTrack(gbo); in groupby_dealloc()
462 PyObject_GC_UnTrack(igo); in _grouper_dealloc()
689 PyObject_GC_UnTrack(tdo); in teedataobject_dealloc()
920 PyObject_GC_UnTrack(to); in tee_dealloc()
1126 PyObject_GC_UnTrack(lz); in cycle_dealloc()
1316 PyObject_GC_UnTrack(lz); in dropwhile_dealloc()
1479 PyObject_GC_UnTrack(lz); in takewhile_dealloc()
1693 PyObject_GC_UnTrack(lz); in islice_dealloc()
1897 PyObject_GC_UnTrack(l in starmap_dealloc()
[all...]
H A Dxxlimited.c141 PyObject_GC_UnTrack(self); in Xxo_dealloc()
H A D_queuemodule.c53 PyObject_GC_UnTrack(self); in simplequeue_dealloc()
H A D_functoolsmodule.c177 PyObject_GC_UnTrack(pto); in partial_dealloc()
521 PyObject_GC_UnTrack(ko); in keyobject_dealloc()
1276 PyObject_GC_UnTrack(obj); in lru_cache_dealloc()
H A D_operator.c1048 PyObject_GC_UnTrack(ig); in itemgetter_dealloc()
1335 PyObject_GC_UnTrack(ag); in attrgetter_dealloc()
1628 PyObject_GC_UnTrack(mc); in methodcaller_dealloc()
H A D_threadmodule.c60 PyObject_GC_UnTrack(self); in lock_dealloc()
337 PyObject_GC_UnTrack(self); in rlock_dealloc()
888 PyObject_GC_UnTrack(self); in local_dealloc()
H A D_csv.c361 PyObject_GC_UnTrack(self); in Dialect_dealloc()
939 PyObject_GC_UnTrack(self); in Reader_dealloc()
1398 PyObject_GC_UnTrack(self); in Writer_dealloc()
H A D_asynciomodule.c1546 PyObject_GC_UnTrack(self); in FutureObj_dealloc()
1573 PyObject_GC_UnTrack(it); in FutureIter_dealloc()
1820 PyObject_GC_UnTrack(o); in TaskStepMethWrapper_dealloc()
2560 PyObject_GC_UnTrack(self); in TaskObj_dealloc()
H A D_collectionsmodule.c1307 PyObject_GC_UnTrack(deque); in deque_dealloc()
1708 PyObject_GC_UnTrack(dio); in dequeiter_dealloc()
2094 PyObject_GC_UnTrack(dd); in defdict_dealloc()
2485 PyObject_GC_UnTrack(self); in tuplegetter_dealloc()
H A D_gdbmmodule.c110 PyObject_GC_UnTrack(dp); in gdbm_dealloc()
H A D_dbmmodule.c102 PyObject_GC_UnTrack(dp); in dbm_dealloc()
/third_party/python/Modules/_sqlite/
H A Dprepare_protocol.c44 PyObject_GC_UnTrack(self); in pysqlite_prepare_protocol_dealloc()
H A Dstatement.c106 PyObject_GC_UnTrack(self); in stmt_dealloc()
H A Drow.c58 PyObject_GC_UnTrack(self); in pysqlite_row_dealloc()
H A Dblob.c46 PyObject_GC_UnTrack(self); in blob_dealloc()
/third_party/python/Include/
H A Dobjimpl.h180 PyAPI_FUNC(void) PyObject_GC_UnTrack(void *);
/third_party/python/Objects/
H A Dpicklebufobject.c111 PyObject_GC_UnTrack(self); in picklebuf_dealloc()
H A Denumobject.c154 PyObject_GC_UnTrack(en); in enum_dealloc()
416 PyObject_GC_UnTrack(ro); in reversed_dealloc()
H A Dweakrefobject.c109 PyObject_GC_UnTrack(self); in weakref_dealloc()
558 PyObject_GC_UnTrack(self); in proxy_dealloc()
560 PyObject_GC_UnTrack((PyObject *)self); in proxy_dealloc()
H A Dnamespaceobject.c61 PyObject_GC_UnTrack(ns); in namespace_dealloc()
/third_party/python/Doc/includes/
H A Dcustom4.c31 PyObject_GC_UnTrack(self); in Custom_dealloc()
/third_party/python/Python/
H A Dhamt.c1167 PyObject_GC_UnTrack(self); in hamt_node_bitmap_dealloc()
1575 PyObject_GC_UnTrack(self); in hamt_node_collision_dealloc()
1960 PyObject_GC_UnTrack(self); in hamt_node_array_dealloc()
2546 PyObject_GC_UnTrack(it); in hamt_baseiter_tp_dealloc()
2724 PyObject_GC_UnTrack(self); in hamt_tp_dealloc()
H A Dcontext.c897 PyObject_GC_UnTrack(self); in contextvar_tp_dealloc()
1123 PyObject_GC_UnTrack(self); in token_tp_dealloc()
/third_party/python/Modules/cjkcodecs/
H A Dmultibytecodec.c733 PyObject_GC_UnTrack(self); in multibytecodec_dealloc()
1092 PyObject_GC_UnTrack(self); in mbiencoder_dealloc()
1367 PyObject_GC_UnTrack(self); in mbidecoder_dealloc()
1687 PyObject_GC_UnTrack(self); in mbstreamreader_dealloc()
1911 PyObject_GC_UnTrack(self); in mbstreamwriter_dealloc()
/third_party/python/Modules/_ctypes/
H A Dcallbacks.c34 PyObject_GC_UnTrack(self); in CThunkObject_dealloc()

Completed in 37 milliseconds

123