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 methane
Recipients bmerry, martin.panter, methane
Date 2019-04-05.12:12:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554466366.92.0.405114636863.issue36050@roundup.psfhosted.org>
In-reply-to
Content
Additionally, _safe_read calls fp.read() multiple times to handle EINTR.
But EINTR is handled by socket module now (PEP 475).

Now the function can be very simple.
History
Date User Action Args
2019-04-05 12:12:46methanesetrecipients: + methane, martin.panter, bmerry
2019-04-05 12:12:46methanesetmessageid: <1554466366.92.0.405114636863.issue36050@roundup.psfhosted.org>
2019-04-05 12:12:46methanelinkissue36050 messages
2019-04-05 12:12:46methanecreate