Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check availability of poll method before using
When eventlet is monkey patched, select.poll is removed since it is not thread safe. So check availability of `poll` method before using it. Fixes: #1753 Fixes: #1686 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
- Loading branch information