Brian Maissy <br...@medigate.io> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35310>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to