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 martin.panter
Recipients martin.panter, serhiy.storchaka, vstinner
Date 2015-03-03.10:40:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425379234.04.0.417073102779.issue23570@psf.upfronthosting.co.za>
In-reply-to
Content
I left some minor comments on the documentation.

As a side effect of your rearranging of _stdin_write(), I think it would fix the bug with communicate() leaking a BrokenPipeError and leaving a zombie when there is less than a buffer’s worth of data to send.
History
Date User Action Args
2015-03-03 10:40:34martin.pantersetrecipients: + martin.panter, vstinner, serhiy.storchaka
2015-03-03 10:40:34martin.pantersetmessageid: <1425379234.04.0.417073102779.issue23570@psf.upfronthosting.co.za>
2015-03-03 10:40:34martin.panterlinkissue23570 messages
2015-03-03 10:40:33martin.pantercreate