-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DefaultSelector fails to detect selector on VMware ESXi #85354
Comments
When DefaultSelector is used on VMware ESXi, it fails with >>> import selectors
>>> selector = selectors.DefaultSelector()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/build/mts/release/bora-4887370/bora/build/esx/release/vmvisor/sys-boot/lib64/python3.5/selectors.py", line 390, in __init__
OSError: [Errno 38] Function not implemented After debugging, I found that it is using Selector which is not implemented for ESXi kernel. Change DefaultSelector mechanism to use 'select' implementation to choose default selector. |
Any news? |
Łukasz, what do you think of backporting this to 3.9? |
This is a bit of a risky change looking at the PR but since it's a bugfix, we should have it for 3.9.0rc1. |
Thank you Abhijeet! Looking forward to more of your contributions. |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: