Home
last modified time | relevance | path

Searched refs:PyObject_GC_Track (Results 1 - 25 of 36) sorted by relevance

12

/third_party/python/Include/
H A Dobjimpl.h175 PyAPI_FUNC(void) PyObject_GC_Track(void *);
/third_party/python/Modules/_sqlite/
H A Dstatement.c94 PyObject_GC_Track(self); in pysqlite_statement_create()
/third_party/python/Objects/
H A Dmoduleobject.c104 PyObject_GC_Track(m); in new_module()
117 PyObject_GC_Track(m); in PyModule_NewObject()
H A Dgenericaliasobject.c928 PyObject_GC_Track(gi); in ga_iter()
H A Dweakrefobject.c43 PyObject_GC_Track(result); in new_weakref()
/third_party/python/Modules/
H A D_operator.c1033 PyObject_GC_Track(ig); in itemgetter_new()
1320 PyObject_GC_Track(ag); in attrgetter_new()
1611 PyObject_GC_Track(mc); in methodcaller_new()
H A Dsha256module.c390 PyObject_GC_Track(sha); in newSHA224object()
399 PyObject_GC_Track(sha); in newSHA256object()
H A D_gdbmmodule.c84 PyObject_GC_Track(dp); in newgdbmobject()
H A D_dbmmodule.c80 PyObject_GC_Track(dp); in newdbmobject()
H A Dsha1module.c317 PyObject_GC_Track(sha); in newSHA1object()
H A D_functoolsmodule.c586 PyObject_GC_Track(result); in keyobject_call()
646 PyObject_GC_Track(object); in functools_cmp_to_key()
H A Dsha512module.c445 PyObject_GC_Track(sha); in newSHA384object()
453 PyObject_GC_Track(sha); in newSHA512object()
H A D_csv.c1048 PyObject_GC_Track(self); in csv_reader()
1475 PyObject_GC_Track(self); in csv_writer()
H A Dmd5module.c340 PyObject_GC_Track(md5); in newMD5object()
H A Ditertoolsmodule.c455 PyObject_GC_Track(igo); in _grouper_create()
605 PyObject_GC_Track(tdo); in teedataobject_newinternal()
854 PyObject_GC_Track(newto); in tee_copy()
887 PyObject_GC_Track(to); in tee_fromiterable()
H A D_asynciomodule.c1790 PyObject_GC_Track(it); in future_new_iter()
1893 PyObject_GC_Track(o); in TaskStepMethWrapper_new()
H A D_collectionsmodule.c1693 PyObject_GC_Track(it); in deque_iter()
1851 PyObject_GC_Track(it); in deque_reviter()
H A Dpyexpat.c1001 PyObject_GC_Track(new_parser); in pyexpat_xmlparser_ExternalEntityParserCreate_impl()
1182 PyObject_GC_Track(self); in newxmlparseobject()
H A D_pickle.c1150 PyObject_GC_Track(self); in _Pickler_New()
1637 PyObject_GC_Track(self); in _Unpickler_New()
4961 PyObject_GC_Track(self); in PicklerMemoProxy_New()
7463 PyObject_GC_Track(self); in UnpicklerMemoProxy_New()
/third_party/python/Python/
H A Dcontext.c847 PyObject_GC_Track(var); in contextvar_new()
1242 PyObject_GC_Track(tok); in token_new()
H A Dtraceback.c61 PyObject_GC_Track(tb); in tb_create_raw()
/third_party/python/Modules/_ctypes/
H A Dcallbacks.c341 PyObject_GC_Track((PyObject *)p); in CThunkObject_new()
/third_party/python/Modules/_sre/
H A Dsre.c1447 PyObject_GC_Track(self); in _sre_compile_impl()
2507 PyObject_GC_Track(match); in pattern_new_match()
2696 PyObject_GC_Track(scanner); in pattern_scanner()
/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_pool.cc124 PyObject_GC_Track(cpool); in _CreateDescriptorPool()
/third_party/python/PC/
H A Dpython3dll.c453 EXPORT_FUNC(PyObject_GC_Track)

Completed in 50 milliseconds

12