Searched refs:version_obj (Results 1 – 2 of 2) sorted by relevance
482 for version_obj in self._data[platform]['versions']:483 if version is None or version_obj['cef_version'].find(version) == 0:484 for file_obj in version_obj['files']:489 result_obj['cef_version'] = version_obj['cef_version']490 result_obj['chromium_version'] = version_obj['chromium_version']491 result_obj['channel'] = version_obj['channel']
384 PyObject *version_obj, *already_warned; in already_warned() local394 version_obj = _PyDict_GetItemIdWithError(registry, &PyId_version); in already_warned()395 if (version_obj == NULL in already_warned()396 || !PyLong_CheckExact(version_obj) in already_warned()397 || PyLong_AsLong(version_obj) != st->filters_version) in already_warned()403 version_obj = PyLong_FromLong(st->filters_version); in already_warned()404 if (version_obj == NULL) in already_warned()406 if (_PyDict_SetItemId(registry, &PyId_version, version_obj) < 0) { in already_warned()407 Py_DECREF(version_obj); in already_warned()410 Py_DECREF(version_obj); in already_warned()