Searched refs:PyObject_GC_Track (Results 1 – 25 of 49) 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)82 collector. Note that :c:func:`PyObject_GC_Track` can be called again on
246 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()
100 PyObject_GC_Track(tb); in newtracebackobject()
324 PyAPI_FUNC(void) PyObject_GC_Track(void *);
988 PyObject_GC_Track(ig); in itemgetter_new()1257 PyObject_GC_Track(ag); in attrgetter_new()1533 PyObject_GC_Track(mc); in methodcaller_new()
972 PyObject_GC_Track(self); in csv_reader()1400 PyObject_GC_Track(self); in csv_writer()
1665 PyObject_GC_Track(it); in future_new_iter()1768 PyObject_GC_Track(o); in TaskStepMethWrapper_new()1855 PyObject_GC_Track(o); in TaskWakeupMethWrapper_new()
941 PyObject_GC_Track(new_parser); in pyexpat_xmlparser_ExternalEntityParserCreate_impl()1125 PyObject_GC_Track(self); in newxmlparseobject()
405 PyObject_GC_Track(ob); in minibuffer_new()
808 PyObject_GC_Track(var); in contextvar_new()1203 PyObject_GC_Track(tok); in token_new()
55 PyObject_GC_Track(tb); in tb_create_raw()
328 PyObject_GC_Track((PyObject *)p); in CThunkObject_new()
408 PyObject_GC_Track((PyObject *)p); in CThunkObject_new()
467 PyObject_GC_Track=python38.PyObject_GC_Track
105 PyObject_GC_Track(m); in PyModule_NewObject()
124 PyObject_GC_Track(cpool); in _CreateDescriptorPool()