Message195757
"Just to be explicit (there are typos in Victor's original messages): it's about select.devpoll, for Solaris-derivatives with /dev/poll, and not for select.poll, based on poll() syscall."
Oops sorry, yes, I'm talking about select.devpoll, its structure has a "int fd_devpoll;" field:
typedef struct {
PyObject_HEAD
int fd_devpoll;
int max_n_fds;
int n_fds;
struct pollfd *fds;
} devpollObject; |
|
Date |
User |
Action |
Args |
2013-08-21 09:25:55 | vstinner | set | recipients:
+ vstinner, gvanrossum, jcea, neologix |
2013-08-21 09:25:55 | vstinner | set | messageid: <1377077155.16.0.350558760621.issue18794@psf.upfronthosting.co.za> |
2013-08-21 09:25:55 | vstinner | link | issue18794 messages |
2013-08-21 09:25:54 | vstinner | create | |
|