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 illumos implementation of epoll is not good enough to be used by Python and so OpenIndiana modifies the configure script to make sure the epoll is not detected (and so not used). Here are patches for Python 3.7, 3.9, 3.12, and 3.13.
It would be great if there is some configure option to disable epoll so we do not need to cary these patches.
The illumos implementation of epoll is not good enough to be used by Python and so OpenIndiana modifies the
configurescript to make sure the epoll is not detected (and so not used). Here are patches for Python 3.7, 3.9, 3.12, and 3.13.It would be great if there is some
configureoption to disable epoll so we do not need to cary these patches.Thank you.
Linked PRs