Message195721
select.epoll and select.kqueue objects have a close() method, but not select.poll objects, whereas all these objects store internally a file descriptor.
select.poll lacks also a fileno() method.
I added the fileno() method in my implementation of the PEP 446 (see issue #18571). |
|
| Date |
User |
Action |
Args |
| 2013-08-20 22:20:01 | vstinner | set | recipients:
+ vstinner, gvanrossum, neologix |
| 2013-08-20 22:20:01 | vstinner | set | messageid: <[email protected]> |
| 2013-08-20 22:20:01 | vstinner | link | issue18794 messages |
| 2013-08-20 22:20:01 | vstinner | create | |
|