[issue27655] [Patch] Don't require presence of POLLPRI

Ed Schouten report at bugs.python.org
Sat Jul 30 10:30:54 EDT 2016


New submission from Ed Schouten:

RFC 6093 states that applications "SHOULD NOT" make use of TCP's out-of-band data. For this reason, CloudABI (https://mail.python.org/pipermail/python-dev/2016-July/145708.html) does not provide support for it. This means that its poll() function does provide support for POLLIN and POLLOUT, but not for POLLPRI.

Attached is a patch that patches up the selectmodule to not define POLLPRI in case the host environment does not support it.

----------
components: Extension Modules
files: pollpri.diff
keywords: patch
messages: 271689
nosy: EdSchouten
priority: normal
severity: normal
status: open
title: [Patch] Don't require presence of POLLPRI
versions: Python 3.6
Added file: http://bugs.python.org/file43951/pollpri.diff

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


More information about the Python-bugs-list mailing list