Home
last modified time | relevance | path

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

1234

/external/python/cpython2/Modules/
Ditertoolsmodule.c54 PyObject_GC_UnTrack(gbo); in groupby_dealloc()
217 PyObject_GC_UnTrack(igo); in _grouper_dealloc()
419 PyObject_GC_UnTrack(tdo); in teedataobject_dealloc()
570 PyObject_GC_UnTrack(to); in tee_dealloc()
726 PyObject_GC_UnTrack(lz); in cycle_dealloc()
871 PyObject_GC_UnTrack(lz); in dropwhile_dealloc()
1015 PyObject_GC_UnTrack(lz); in takewhile_dealloc()
1206 PyObject_GC_UnTrack(lz); in islice_dealloc()
1356 PyObject_GC_UnTrack(lz); in starmap_dealloc()
1501 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()
/external/python/cpython2/Misc/
Dpymemcompat.h82 #define PyObject_GC_UnTrack(op) macro
/external/python/cpython3/Modules/
Ditertoolsmodule.c104 PyObject_GC_UnTrack(gbo); in groupby_dealloc()
328 PyObject_GC_UnTrack(igo); in _grouper_dealloc()
556 PyObject_GC_UnTrack(tdo); in teedataobject_dealloc()
786 PyObject_GC_UnTrack(to); in tee_dealloc()
993 PyObject_GC_UnTrack(lz); in cycle_dealloc()
1184 PyObject_GC_UnTrack(lz); in dropwhile_dealloc()
1347 PyObject_GC_UnTrack(lz); in takewhile_dealloc()
1560 PyObject_GC_UnTrack(lz); in islice_dealloc()
1764 PyObject_GC_UnTrack(lz); in starmap_dealloc()
1923 PyObject_GC_UnTrack(lz); in chain_dealloc()
[all …]
D_queuemodule.c28 PyObject_GC_UnTrack(self); in simplequeue_dealloc()
D_operator.c997 PyObject_GC_UnTrack(ig); in itemgetter_dealloc()
1266 PyObject_GC_UnTrack(ag); in attrgetter_dealloc()
1542 PyObject_GC_UnTrack(mc); in methodcaller_dealloc()
/external/python/cpython2/Objects/
Denumobject.c64 PyObject_GC_UnTrack(en); in enum_dealloc()
286 PyObject_GC_UnTrack(ro); in reversed_dealloc()
Dmoduleobject.c178 PyObject_GC_UnTrack(m); in module_dealloc()
/external/python/cpython3/Objects/
Denumobject.c84 PyObject_GC_UnTrack(en); in enum_dealloc()
320 PyObject_GC_UnTrack(ro); in reversed_dealloc()
Dnamespaceobject.c60 PyObject_GC_UnTrack(ns); in namespace_dealloc()
Dpicklebufobject.c111 PyObject_GC_UnTrack(self); in picklebuf_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/cpython3/Include/
Dobjimpl.h180 PyAPI_FUNC(void) PyObject_GC_UnTrack(void *);
/external/python/cpython3/Misc/NEWS.d/
D3.5.5rc1.rst48 ``PyObject_GC_UnTrack()``.
/external/python/cpython2/Doc/includes/
Dnoddy4.c49 PyObject_GC_UnTrack(self); in Noddy_dealloc()
/external/python/cpython3/Doc/includes/
Dcustom4.c31 PyObject_GC_UnTrack(self); in Custom_dealloc()
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/include/
Dcext.h239 PyObject_GC_UnTrack(self); \
/external/python/cpython3/Doc/c-api/
Dgcsupport.rst95 :c:func:`PyObject_GC_UnTrack` must be called.
106 .. c:function:: void PyObject_GC_UnTrack(void *op)
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/include/
Dcext.h281 PyObject_GC_UnTrack(self); \
/external/python/cpython2/Include/
Dobjimpl.h325 PyAPI_FUNC(void) PyObject_GC_UnTrack(void *);
/external/python/cpython2/Python/
Dtraceback.c25 PyObject_GC_UnTrack(tb); in tb_dealloc()
/external/python/cpython3/Modules/cjkcodecs/
Dmultibytecodec.c1068 PyObject_GC_UnTrack(self); in mbiencoder_dealloc()
1368 PyObject_GC_UnTrack(self); in mbidecoder_dealloc()
1714 PyObject_GC_UnTrack(self); in mbstreamreader_dealloc()
1946 PyObject_GC_UnTrack(self); in mbstreamwriter_dealloc()
/external/python/cpython2/Modules/cjkcodecs/
Dmultibytecodec.c972 PyObject_GC_UnTrack(self); in mbiencoder_dealloc()
1181 PyObject_GC_UnTrack(self); in mbidecoder_dealloc()
1500 PyObject_GC_UnTrack(self); in mbstreamreader_dealloc()
1705 PyObject_GC_UnTrack(self); in mbstreamwriter_dealloc()
/external/python/cpython3/Python/
Dhamt.c1177 PyObject_GC_UnTrack(self); in hamt_node_bitmap_dealloc()
1585 PyObject_GC_UnTrack(self); in hamt_node_collision_dealloc()
1970 PyObject_GC_UnTrack(self); in hamt_node_array_dealloc()
2556 PyObject_GC_UnTrack(it); in hamt_baseiter_tp_dealloc()
2734 PyObject_GC_UnTrack(self); in hamt_tp_dealloc()

1234