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 Brian Maissy
Recipients Brian Maissy, vstinner
Date 2018-11-27.07:07:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543302449.11.0.788709270274.issue35310@psf.upfronthosting.co.za>
In-reply-to
Content
The current behavior is:

> select() is not retried, and the rlist is returned as-is (with fds in it which are not ready for reading)

Yes, this is a bug. It results in select() indicating that fd are ready for reading when they, in fact, are not.
History
Date User Action Args
2018-11-27 07:07:29Brian Maissysetrecipients: + Brian Maissy, vstinner
2018-11-27 07:07:29Brian Maissysetmessageid: <1543302449.11.0.788709270274.issue35310@psf.upfronthosting.co.za>
2018-11-27 07:07:29Brian Maissylinkissue35310 messages
2018-11-27 07:07:29Brian Maissycreate