gh-138850: Add --disable-epoll to configure#145768
gh-138850: Add --disable-epoll to configure#145768mtelka wants to merge 5 commits intopython:mainfrom
Conversation
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
|
Looks good! Could you also add docs to https://docs.python.org/3/using/configure.html (maybe a new System Options?) and to https://docs.python.org/3/library/select.html#select.epoll? Or let me know if you want me to do that. |
|
@encukou I'd really appreciate if you'll do that. Thank you. |
|
@mtelka: Would it make sense to detect illumos in configure and disable epoll support on this OS? |
Yes, it would. However I'm not sure it is worth doing. |
|
I tested the change on Linux: It works as expected :-) |
Fixes #138850
configureoption for epoll disable #138850