SIGN IN SIGN UP

PEP 475: on EINTR, retry the function even if the timeout is equals to zero

Retry:

* signal.sigtimedwait()
* threading.Lock.acquire()
* threading.RLock.acquire()
* time.sleep()
V
Victor Stinner committed
6aa446cf039f9533a5ecf2400bf060db4313a417
Parent: f70e1ca