Home
last modified time | relevance | path

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

12

/external/python/cpython2/Modules/
Ditertoolsmodule.c54 PyObject_GC_UnTrack(gbo); in groupby_dealloc()
214 PyObject_GC_UnTrack(igo); in _grouper_dealloc()
433 PyObject_GC_UnTrack(tdo); in teedataobject_dealloc()
584 PyObject_GC_UnTrack(to); in tee_dealloc()
740 PyObject_GC_UnTrack(lz); in cycle_dealloc()
885 PyObject_GC_UnTrack(lz); in dropwhile_dealloc()
1029 PyObject_GC_UnTrack(lz); in takewhile_dealloc()
1220 PyObject_GC_UnTrack(lz); in islice_dealloc()
1370 PyObject_GC_UnTrack(lz); in starmap_dealloc()
1515 PyObject_GC_UnTrack(lz); in imap_dealloc()
[all …]
Doperator.c496 PyObject_GC_UnTrack(ig); in itemgetter_dealloc()
635 PyObject_GC_UnTrack(ag); in attrgetter_dealloc()
824 PyObject_GC_UnTrack(mc); in methodcaller_dealloc()
Dgcmodule.c1458 #undef PyObject_GC_UnTrack
1476 PyObject_GC_UnTrack(void *op) in PyObject_GC_UnTrack() function
1489 PyObject_GC_UnTrack(op); in _PyObject_GC_UnTrack()
D_functoolsmodule.c146 PyObject_GC_UnTrack(pto); in partial_dealloc()
D_csv.c840 PyObject_GC_UnTrack(self); in Reader_dealloc()
1290 PyObject_GC_UnTrack(self); in Writer_dealloc()
Dthreadmodule.c425 PyObject_GC_UnTrack(self); in local_dealloc()
Dzipimport.c180 PyObject_GC_UnTrack(self); in zipimporter_dealloc()
DcPickle.c3170 PyObject_GC_UnTrack(self); in Pickler_dealloc()
5566 PyObject_GC_UnTrack((PyObject *)self); in Unpickler_dealloc()
5947 PyObject_GC_UnTrack(two_tuple); in init_stuff()
D_collectionsmodule.c823 PyObject_GC_UnTrack(deque); in deque_dealloc()
Dpyexpat.c1360 PyObject_GC_UnTrack(self); in xmlparse_dealloc()
Darraymodule.c2233 PyObject_GC_UnTrack(it); in arrayiter_dealloc()
/external/python/cpython2/Misc/
Dpymemcompat.h82 #define PyObject_GC_UnTrack(op) macro
/external/python/cpython2/Objects/
Denumobject.c64 PyObject_GC_UnTrack(en); in enum_dealloc()
280 PyObject_GC_UnTrack(ro); in reversed_dealloc()
Dmoduleobject.c178 PyObject_GC_UnTrack(m); in module_dealloc()
Dweakrefobject.c105 PyObject_GC_UnTrack(self); in weakref_dealloc()
541 PyObject_GC_UnTrack((PyObject *)self); in proxy_dealloc()
Dframeobject.c453 PyObject_GC_UnTrack(f); in frame_dealloc()
Dtupleobject.c217 PyObject_GC_UnTrack(op); in tupledealloc()
Ddescrobject.c942 PyObject_GC_UnTrack(wp); in wrapper_dealloc()
Dlistobject.c300 PyObject_GC_UnTrack(op); in list_dealloc()
3008 PyObject_GC_UnTrack(it); in listreviter_dealloc()
/external/python/cpython2/Doc/c-api/
Dgcsupport.rst84 :c:func:`PyObject_GC_UnTrack` must be called.
95 .. c:function:: void PyObject_GC_UnTrack(void *op)
106 A macro version of :c:func:`PyObject_GC_UnTrack`. It should not be used for
/external/python/cpython2/Include/
Dobjimpl.h310 PyAPI_FUNC(void) PyObject_GC_UnTrack(void *);
/external/python/cpython2/Python/
Dtraceback.c25 PyObject_GC_UnTrack(tb); in tb_dealloc()
/external/python/cpython2/Modules/cjkcodecs/
Dmultibytecodec.c974 PyObject_GC_UnTrack(self); in mbiencoder_dealloc()
1183 PyObject_GC_UnTrack(self); in mbidecoder_dealloc()
1502 PyObject_GC_UnTrack(self); in mbstreamreader_dealloc()
1704 PyObject_GC_UnTrack(self); in mbstreamwriter_dealloc()
/external/python/cpython2/Modules/_ctypes/
Dcallbacks.c22 PyObject_GC_UnTrack(self); in CThunkObject_dealloc()
/external/python/cpython2/PC/os2emx/
Dpython27.def1185 "PyObject_GC_UnTrack"

12