Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Kirill Smelkov
cpython
Repository
cpython
Modules
selectmodule.c
Find file
Blame
History
Permalink
Issue #23708: select.devpoll now retries its internal write() when interrupted
· 0148ef09
Victor Stinner
authored
Mar 19, 2015
by a signal (EINTR). Modify devpoll_flush() to use _Py_write() instead of calling directly write().
0148ef09