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-19.13:40:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Oh, I forgot to mention the advantage of using _Py_read() and _Py_write(): they retry read/write when interrupted by a signal, to support the PEP 475.
History
Date User Action Args
2015-03-19 13:40:51vstinnersetrecipients: + vstinner
2015-03-19 13:40:51vstinnersetmessageid: <[email protected]>
2015-03-19 13:40:51vstinnerlinkissue23709 messages
2015-03-19 13:40:51vstinnercreate