[New-bugs-announce] [issue27652] [Patch] Make use of non-standard error number ESHUTDOWN optional

Ed Schouten report at bugs.python.org
Sat Jul 30 06:43:39 EDT 2016


New submission from Ed Schouten:

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.

----------
components: Interpreter Core
files: patch-no-eshutdown
messages: 271678
nosy: EdSchouten
priority: normal
severity: normal
status: open
title: [Patch] Make use of non-standard error number ESHUTDOWN optional
versions: Python 3.6
Added file: http://bugs.python.org/file43948/patch-no-eshutdown

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27652>
_______________________________________


More information about the New-bugs-announce mailing list