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 <rep...@bugs.python.org>
<http://bugs.python.org/issue27652>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to