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 EdSchouten
Recipients EdSchouten
Date 2016-07-30.10:43:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469875419.81.0.269942843817.issue27652@psf.upfronthosting.co.za>
In-reply-to
Content
While porting Python over to CloudABI (https://mail.python.org/pipermail/python-dev/2016-July/145708.html), we noticed that the core Python code maps ESHUTDOWN over to BrokenPipeError. This is fine, except for the fact that ESHUTDOWN is used unconditionally. It's not part of POSIX.

Attached is a patch to make its use optional.
History
Date User Action Args
2016-07-30 10:43:39EdSchoutensetrecipients: + EdSchouten
2016-07-30 10:43:39EdSchoutensetmessageid: <1469875419.81.0.269942843817.issue27652@psf.upfronthosting.co.za>
2016-07-30 10:43:39EdSchoutenlinkissue27652 messages
2016-07-30 10:43:39EdSchoutencreate