Searched refs:PyObject_GC_Track (Results 1 – 25 of 44) sorted by relevance
12
34 initialized, it must call :c:func:`PyObject_GC_Track`.55 .. c:function:: void PyObject_GC_Track(PyObject *op)66 A macro version of :c:func:`PyObject_GC_Track`. It should not be used for90 collector. Note that :c:func:`PyObject_GC_Track` can be called again on
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
81 #define PyObject_GC_Track(op) macro
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()
36 PyObject_GC_Track(m); in PyModule_New()
41 PyObject_GC_Track(result); in new_weakref()
100 PyObject_GC_Track(tb); in newtracebackobject()
324 PyAPI_FUNC(void) PyObject_GC_Track(void *);
336 PyAPI_FUNC(void) PyObject_GC_Track(void *);
971 PyObject_GC_Track(ig); in itemgetter_new()1228 PyObject_GC_Track(ag); in attrgetter_new()1503 PyObject_GC_Track(mc); in methodcaller_new()
971 PyObject_GC_Track(self); in csv_reader()1394 PyObject_GC_Track(self); in csv_writer()
1663 #undef PyObject_GC_Track1669 PyObject_GC_Track(void *op) in PyObject_GC_Track() function
1674 PyObject_GC_Track(it); in future_new_iter()1777 PyObject_GC_Track(o); in TaskStepMethWrapper_new()1848 PyObject_GC_Track(o); in TaskWakeupMethWrapper_new()
948 PyObject_GC_Track(new_parser); in pyexpat_xmlparser_ExternalEntityParserCreate_impl()1184 PyObject_GC_Track(self); in newxmlparseobject()
792 PyObject_GC_Track(var); in contextvar_new()1166 PyObject_GC_Track(tok); in token_new()
55 PyObject_GC_Track(tb); in tb_create_raw()
323 PyObject_GC_Track((PyObject *)p); in CThunkObject_new()
408 PyObject_GC_Track((PyObject *)p); in CThunkObject_new()
464 PyObject_GC_Track=python37.PyObject_GC_Track
105 PyObject_GC_Track(m); in PyModule_NewObject()