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
_threadmodule.c
Find file
Blame
History
Permalink
PEP 475: on EINTR, retry the function even if the timeout is equals to zero
· 5ba657a5
Victor Stinner
authored
Mar 30, 2015
Retry: * signal.sigtimedwait() * threading.Lock.acquire() * threading.RLock.acquire() * time.sleep()
5ba657a5