When eventlet is monkey patched, select.poll is removed since it is not thread safe. So check availability of `poll` method before using it. Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
https://docs.python.org/3/library/ssl.html#notes-on-non-blocking-sockets https://docs.python.org/3/library/ssl.html#ssl.SSLSocket.pending