Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dselectmodule.c123 seq2set(PyObject *seq, fd_set *set, pylist fd2obj[FD_SETSIZE + 1]) in seq2set() function
315 * propagates the Python exception set in seq2set() in select_select_impl()
320 if ((imax = seq2set(rlist, &ifdset, rfd2obj)) < 0) in select_select_impl()
322 if ((omax = seq2set(wlist, &ofdset, wfd2obj)) < 0) in select_select_impl()
324 if ((emax = seq2set(xlist, &efdset, efd2obj)) < 0) in select_select_impl()

Completed in 3 milliseconds