This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients gvanrossum, neologix, vstinner
Date 2013-08-20.22:20:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377037201.39.0.250253331.issue18794@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2013-08-20 22:20:01vstinnersetrecipients: + vstinner, gvanrossum, neologix
2013-08-20 22:20:01vstinnersetmessageid: <1377037201.39.0.250253331.issue18794@psf.upfronthosting.co.za>
2013-08-20 22:20:01vstinnerlinkissue18794 messages
2013-08-20 22:20:01vstinnercreate