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 vstinner
Recipients Jack Zhou, neologix, python-dev, serhiy.storchaka, twouters, vstinner
Date 2016-04-15.16:28:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460737735.69.0.412225651912.issue26716@psf.upfronthosting.co.za>
In-reply-to
Content
Patch version 2:

* add a comment to explain the C loop retrying on EINTR error
* add an unit test: I checked that the test fails with InterruptedError without the fix
* document the change in fcntl documentation
History
Date User Action Args
2016-04-15 16:28:55vstinnersetrecipients: + vstinner, twouters, neologix, python-dev, serhiy.storchaka, Jack Zhou
2016-04-15 16:28:55vstinnersetmessageid: <1460737735.69.0.412225651912.issue26716@psf.upfronthosting.co.za>
2016-04-15 16:28:55vstinnerlinkissue26716 messages
2016-04-15 16:28:55vstinnercreate