requests.{get,post} timeout

Jon Ribbens jon+usenet at unequivocal.eu
Fri Aug 25 11:49:35 EDT 2017


On 2017-08-25, dieter <dieter at handshake.de> wrote:
> This may no longer work. Long ago, I have often been plagued
> by such EINTR exceptions, and I have wished heavily that in those
> cases the IO operation should be automatically resumed. In recent time,
> I have no longer seen such exceptions - and I concluded that my wish
> has been fulfilled (at least for many signal types).

You are correct, this was addressed in PEP 475 which was implemented
in Python 3.5 and it was indeed a good thing.



More information about the Python-list mailing list