Searched refs:nhooks (Results 1 – 2 of 2) sorted by relevance
1094 Py_ssize_t j, nhooks; in get_path_importer() local1100 nhooks = PyList_Size(path_hooks); in get_path_importer()1101 if (nhooks < 0) in get_path_importer()1112 for (j = 0; j < nhooks; j++) { in get_path_importer()
1257 Py_ssize_t j, nhooks; in get_path_importer() local1263 nhooks = PyList_Size(path_hooks); in get_path_importer()1264 if (nhooks < 0) in get_path_importer()1275 for (j = 0; j < nhooks; j++) { in get_path_importer()