You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The python select module supports selecting on objects which provide a fileno() method. In order to allow selecting more seamlessly on Reader objects, I suggest adding a method like this:
deffileno(self):
returnself.getfd()
I'd be happy to open a PR if this sounds like something that could get merged.
The text was updated successfully, but these errors were encountered:
The python
select
module supports selecting on objects which provide afileno()
method. In order to allow selecting more seamlessly onReader
objects, I suggest adding a method like this:I'd be happy to open a PR if this sounds like something that could get merged.
The text was updated successfully, but these errors were encountered: