Home | History | Annotate | Download | only in Modules

Lines Matching refs:write_fd

6993     int read_fd, write_fd;
7001 write_fd = _open_osfhandle((Py_intptr_t)write, 1);
7002 return Py_BuildValue("(ii)", read_fd, write_fd);