Searched refs:PyObject_GC_Track (Results 1 – 25 of 74) sorted by relevance
123
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`.75 .. c:function:: void PyObject_GC_Track(PyObject *op)121 collector. Note that :c:func:`PyObject_GC_Track` can be called again on
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()
81 #define PyObject_GC_Track(op) macro
207 PyObject_GC_Track(op); in _PyFunction_CopyWithNewCode()328 PyObject_GC_Track((PyObject *) f); in THP_take_ownership()
175 PyAPI_FUNC(void) PyObject_GC_Track(void *);
221 PyObject_GC_Track(self); in THPStorage_subclass_dealloc()238 PyObject_GC_Track(self); in THPStorage_subclass_dealloc()
94 PyObject_GC_Track(self); in pysqlite_statement_create()
1033 PyObject_GC_Track(ig); in itemgetter_new()1320 PyObject_GC_Track(ag); in attrgetter_new()1611 PyObject_GC_Track(mc); in methodcaller_new()
390 PyObject_GC_Track(sha); in newSHA224object()399 PyObject_GC_Track(sha); in newSHA256object()
445 PyObject_GC_Track(sha); in newSHA384object()453 PyObject_GC_Track(sha); in newSHA512object()
80 PyObject_GC_Track(dp); in newdbmobject()
104 PyObject_GC_Track(m); in new_module()117 PyObject_GC_Track(m); in PyModule_NewObject()
36 PyObject_GC_Track(m); in PyModule_New()
100 PyObject_GC_Track(tb); in newtracebackobject()
324 PyAPI_FUNC(void) PyObject_GC_Track(void *);
847 PyObject_GC_Track(var); in contextvar_new()1242 PyObject_GC_Track(tok); in token_new()
341 PyObject_GC_Track((PyObject *)p); in CThunkObject_new()