[New-bugs-announce] [issue32660] Solaris should support constants like termios' FIONREAD

Jesús Cea Avión report at bugs.python.org
Wed Jan 24 19:56:59 EST 2018


New submission from Jesús Cea Avión <jcea at jcea.es>:

Solaris supports termios constants like FIONREAD with an appropiate "#include" in the C code. The main issue is that some names conflicts between System V and BSD personalities.

I could evaluate the situation and do a patch proposal for Python 3.7. We are still a week away of 3.7RC1 and this patch would affect only Solaris/derivatives.

----------
assignee: jcea
messages: 310651
nosy: jcea
priority: normal
severity: normal
stage: needs patch
status: open
title: Solaris should support constants like termios' FIONREAD
type: enhancement
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32660>
_______________________________________


More information about the New-bugs-announce mailing list