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 martin.panter, memeplex, vstinner
Date 2016-02-17.11:16:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455707808.67.0.748158463194.issue26372@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like asyncio.subprocess has a similar issue in Process._feed_stdin, but I'm not sure that stdin.close() can trigger BrokenPipeError. Well, it wouldn't hurd to protect stdin.close() with a try/except BrokenPipeError too ;-)
History
Date User Action Args
2016-02-17 11:16:48vstinnersetrecipients: + vstinner, memeplex, martin.panter
2016-02-17 11:16:48vstinnersetmessageid: <1455707808.67.0.748158463194.issue26372@psf.upfronthosting.co.za>
2016-02-17 11:16:48vstinnerlinkissue26372 messages
2016-02-17 11:16:48vstinnercreate