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 jcea
Recipients jcea
Date 2018-01-25.00:56:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516841819.51.0.467229070634.issue32660@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-01-25 00:56:59jceasetrecipients: + jcea
2018-01-25 00:56:59jceasetmessageid: <1516841819.51.0.467229070634.issue32660@psf.upfronthosting.co.za>
2018-01-25 00:56:59jcealinkissue32660 messages
2018-01-25 00:56:59jceacreate