Issue #23708: select.devpoll now retries its internal write() when interrupted
by a signal (EINTR). Modify devpoll_flush() to use _Py_write() instead of calling directly write().
Showing
Please register or sign in to comment
by a signal (EINTR). Modify devpoll_flush() to use _Py_write() instead of calling directly write().