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 vstinner
Date 2015-03-12.15:51:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426175486.94.0.959996728749.issue23648@psf.upfronthosting.co.za>
In-reply-to
Content
I created this issue to group all issues related to the implementation of the PEP 475 "Retry system calls failing with EINTR".
https://www.python.org/dev/peps/pep-0475/

- Issue #23646: the time module, retry sleep()
- Issue #23618: the socket module
- Issue #23285: the io and the os modules, and open()
- Issue #23485: the select and selectors module
History
Date User Action Args
2015-03-12 15:51:26vstinnersetrecipients: + vstinner
2015-03-12 15:51:26vstinnersetmessageid: <1426175486.94.0.959996728749.issue23648@psf.upfronthosting.co.za>
2015-03-12 15:51:26vstinnerlinkissue23648 messages
2015-03-12 15:51:26vstinnercreate