[New-bugs-announce] [issue32275] SSL socket methods don't retry on EINTR?

Antoine Pitrou report at bugs.python.org
Mon Dec 11 05:45:05 EST 2017


New submission from Antoine Pitrou <pitrou at free.fr>:

Some time ago, PEP 475 was accepted in order to automatically retry system calls on EINTR, but the _ssl module wasn't touched.

However, it seems that OpenSSL socket calls can fail with EINTR:
https://stackoverflow.com/questions/24188013/openssl-and-signals

----------
messages: 308026
nosy: alex, christian.heimes, dstufft, janssen, njs, pitrou, vstinner
priority: normal
severity: normal
status: open
title: SSL socket methods don't retry on EINTR?
type: behavior
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32275>
_______________________________________


More information about the New-bugs-announce mailing list