This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients alex, christian.heimes, dstufft, janssen, njs, pitrou, vstinner
Date 2017-12-11.10:45:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512989105.2.0.213398074469.issue32275@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2017-12-11 10:45:05pitrousetrecipients: + pitrou, janssen, vstinner, christian.heimes, alex, njs, dstufft
2017-12-11 10:45:05pitrousetmessageid: <1512989105.2.0.213398074469.issue32275@psf.upfronthosting.co.za>
2017-12-11 10:45:05pitroulinkissue32275 messages
2017-12-11 10:45:04pitroucreate