Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dselectmodule.c1538 PyObject *elist = NULL, *etuple = NULL; in select_epoll_poll_impl() local
1629 etuple = Py_BuildValue("iI", evs[i].data.fd, evs[i].events); in select_epoll_poll_impl()
1630 if (etuple == NULL) { in select_epoll_poll_impl()
1634 PyList_SET_ITEM(elist, i, etuple); in select_epoll_poll_impl()

Completed in 3 milliseconds