Home
last modified time | relevance | path

Searched refs:PyObject_GC_Track (Results 1 – 25 of 42) sorted by relevance

12

/third_party/python/Include/
Dobjimpl.h175 PyAPI_FUNC(void) PyObject_GC_Track(void *);
/third_party/python/Doc/c-api/
Dgcsupport.rst34 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
/third_party/python/Modules/
D_operator.c1003 PyObject_GC_Track(ig); in itemgetter_new()
1259 PyObject_GC_Track(ag); in attrgetter_new()
1524 PyObject_GC_Track(mc); in methodcaller_new()
Dsha256module.c387 PyObject_GC_Track(sha); in newSHA224object()
396 PyObject_GC_Track(sha); in newSHA256object()
Dsha512module.c442 PyObject_GC_Track(sha); in newSHA384object()
450 PyObject_GC_Track(sha); in newSHA512object()
D_dbmmodule.c74 PyObject_GC_Track(dp); in newdbmobject()
Dsha1module.c314 PyObject_GC_Track(sha); in newSHA1object()
D_gdbmmodule.c83 PyObject_GC_Track(dp); in newgdbmobject()
D_sre.c1438 PyObject_GC_Track(self); in _sre_compile_impl()
2467 PyObject_GC_Track(match); in pattern_new_match()
2620 PyObject_GC_Track(scanner); in pattern_scanner()
D_csv.c1048 PyObject_GC_Track(self); in csv_reader()
1474 PyObject_GC_Track(self); in csv_writer()
D_functoolsmodule.c585 PyObject_GC_Track(result); in keyobject_call()
645 PyObject_GC_Track(object); in functools_cmp_to_key()
Dmd5module.c337 PyObject_GC_Track(md5); in newMD5object()
Dpyexpat.c1000 PyObject_GC_Track(new_parser); in pyexpat_xmlparser_ExternalEntityParserCreate_impl()
1181 PyObject_GC_Track(self); in newxmlparseobject()
Ditertoolsmodule.c456 PyObject_GC_Track(igo); in _grouper_create()
607 PyObject_GC_Track(tdo); in teedataobject_newinternal()
856 PyObject_GC_Track(newto); in tee_copy()
889 PyObject_GC_Track(to); in tee_fromiterable()
D_asynciomodule.c1802 PyObject_GC_Track(it); in future_new_iter()
1905 PyObject_GC_Track(o); in TaskStepMethWrapper_new()
D_collectionsmodule.c1716 PyObject_GC_Track(it); in deque_iter()
1874 PyObject_GC_Track(it); in deque_reviter()
/third_party/python/Modules/_sqlite/
Dstatement.c114 PyObject_GC_Track(self); in pysqlite_statement_create()
/third_party/python/Python/
Dcontext.c839 PyObject_GC_Track(var); in contextvar_new()
1234 PyObject_GC_Track(tok); in token_new()
Dtraceback.c55 PyObject_GC_Track(tb); in tb_create_raw()
/third_party/python/Modules/_ctypes/
Dcallbacks.c346 PyObject_GC_Track((PyObject *)p); in CThunkObject_new()
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor_pool.cc124 PyObject_GC_Track(cpool); in _CreateDescriptorPool()
/third_party/python/Objects/
Dmoduleobject.c105 PyObject_GC_Track(m); in PyModule_NewObject()
Dweakrefobject.c42 PyObject_GC_Track(result); in new_weakref()
/third_party/python/Doc/data/
Dstable_abi.dat488 function,PyObject_GC_Track,3.2,
/third_party/python/PC/
Dpython3dll.c444 EXPORT_FUNC(PyObject_GC_Track)

12