[New-bugs-announce] [issue18794] select.devpoll objects have no close() method

STINNER Victor report at bugs.python.org
Wed Aug 21 00:20:01 CEST 2013


New submission from STINNER Victor:

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).

----------
messages: 195721
nosy: gvanrossum, haypo, neologix
priority: normal
severity: normal
status: open
title: select.devpoll objects have no close() method
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18794>
_______________________________________


More information about the New-bugs-announce mailing list