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 asvetlov
Recipients asvetlov, def_bk, vahid.mardani, yselivanov
Date 2019-06-10.09:42:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560159731.24.0.0821395080539.issue29717@roundup.psfhosted.org>
In-reply-to
Content
If fd is a regular file it is not supported well by all select/poll/epoll.
Registration may succeed but the data is marked as "already ready for reading".

Not sure if we should do anything.
The situation may be changed after eventual providing asyncio API for files (there is no actual work for it yet).
History
Date User Action Args
2019-06-10 09:42:11asvetlovsetrecipients: + asvetlov, yselivanov, vahid.mardani, def_bk
2019-06-10 09:42:11asvetlovsetmessageid: <1560159731.24.0.0821395080539.issue29717@roundup.psfhosted.org>
2019-06-10 09:42:11asvetlovlinkissue29717 messages
2019-06-10 09:42:11asvetlovcreate