Searched refs:nhooks (Results 1 – 2 of 2) sorted by relevance
1121 Py_ssize_t j, nhooks; in get_path_importer() local1127 nhooks = PyList_Size(path_hooks); in get_path_importer()1128 if (nhooks < 0) in get_path_importer()1139 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()