Home
last modified time | relevance | path

Searched refs:id_obj (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Modules/
H A D_lzmamodule.c343 PyObject *id_obj; in lzma_filter_converter() local
350 id_obj = PyMapping_GetItemString(spec, "id"); in lzma_filter_converter()
351 if (id_obj == NULL) { in lzma_filter_converter()
357 f->id = PyLong_AsUnsignedLongLong(id_obj); in lzma_filter_converter()
358 Py_DECREF(id_obj); in lzma_filter_converter()
H A D_xxsubinterpretersmodule.c2345 PyObject *ids, *id_obj; in channel_list_interpreters() local
2368 id_obj = _PyInterpreterState_GetIDObject(interp); in channel_list_interpreters()
2369 if (id_obj == NULL) { in channel_list_interpreters()
2372 res = PyList_Insert(ids, 0, id_obj); in channel_list_interpreters()
2373 Py_DECREF(id_obj); in channel_list_interpreters()

Completed in 7 milliseconds