Searched refs:PyObject_GC_Track (Results 1 – 25 of 50) sorted by relevance
12
81 #define PyObject_GC_Track(op) macro
37 initialized, it must call :c:func:`PyObject_GC_Track`.66 .. c:function:: void PyObject_GC_Track(PyObject *op)77 A macro version of :c:func:`PyObject_GC_Track`. It should not be used for98 collector. Note that :c:func:`PyObject_GC_Track` can be called again on
34 initialized, it must call :c:func:`PyObject_GC_Track`.55 .. c:function:: void PyObject_GC_Track(PyObject *op)109 collector. Note that :c:func:`PyObject_GC_Track` can be called again on
175 PyAPI_FUNC(void) PyObject_GC_Track(void *);
36 PyObject_GC_Track(m); in PyModule_New()
41 PyObject_GC_Track(result); in new_weakref()
489 PyObject_GC_Track(ig); in itemgetter_new()628 PyObject_GC_Track(ag); in attrgetter_new()817 PyObject_GC_Track(mc); in methodcaller_new()
1457 #undef PyObject_GC_Track1463 PyObject_GC_Track(void *op) in PyObject_GC_Track() function1472 PyObject_GC_Track(op); in _PyObject_GC_Track()
963 PyObject_GC_Track(self); in csv_reader()1385 PyObject_GC_Track(self); in csv_writer()
210 PyObject_GC_Track(igo); in _grouper_create()343 PyObject_GC_Track(tdo); in teedataobject_new()510 PyObject_GC_Track(newto); in tee_copy()542 PyObject_GC_Track(to); in tee_fromiterable()
1270 PyObject_GC_Track(it); in deque_iter()1382 PyObject_GC_Track(it); in deque_reviter()
324 PyAPI_FUNC(void) PyObject_GC_Track(void *);
100 PyObject_GC_Track(tb); in newtracebackobject()
990 PyObject_GC_Track(ig); in itemgetter_new()1259 PyObject_GC_Track(ag); in attrgetter_new()1535 PyObject_GC_Track(mc); in methodcaller_new()
976 PyObject_GC_Track(self); in csv_reader()1406 PyObject_GC_Track(self); in csv_writer()
1766 PyObject_GC_Track(it); in future_new_iter()1869 PyObject_GC_Track(o); in TaskStepMethWrapper_new()1956 PyObject_GC_Track(o); in TaskWakeupMethWrapper_new()
978 PyObject_GC_Track(new_parser); in pyexpat_xmlparser_ExternalEntityParserCreate_impl()1155 PyObject_GC_Track(self); in newxmlparseobject()
405 PyObject_GC_Track(ob); in minibuffer_new()
823 PyObject_GC_Track(var); in contextvar_new()1218 PyObject_GC_Track(tok); in token_new()
54 PyObject_GC_Track(tb); in tb_create_raw()
345 PyObject_GC_Track((PyObject *)p); in CThunkObject_new()
408 PyObject_GC_Track((PyObject *)p); in CThunkObject_new()
124 PyObject_GC_Track(cpool); in _CreateDescriptorPool()
97 PyObject_GC_Track(m); in PyModule_NewObject()
466 PyObject_GC_Track=python39.PyObject_GC_Track