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 loewis
Recipients Konjkov, georg.brandl, kraai, loewis
Date 2007-12-04.08:53:13
SpamBayes Score 0.10534135
Marked as misclassified No
Message-id <1196758394.04.0.407472941256.issue1722225@psf.upfronthosting.co.za>
In-reply-to
Content
I still don't get the point of including sys/termio.h. Python does *not*
use the TCGETA macro itself *at all*. Python applications may, but they
can't use the included sys/termio.h, since they are written in Python,
not in C. To put the question the other way: If you remove the first
chunk of the patch 4 (the change to pyport.h), will Python fail to
compile on QNX? If so, what is the error message.

Please also address my other remarks, in particular this one:

Are you willing to support a QNX port for the coming years
(say, 5 years)?
History
Date User Action Args
2007-12-04 08:53:14loewissetspambayes_score: 0.105341 -> 0.10534135
recipients: + loewis, georg.brandl, kraai, Konjkov
2007-12-04 08:53:14loewissetspambayes_score: 0.105341 -> 0.105341
messageid: <1196758394.04.0.407472941256.issue1722225@psf.upfronthosting.co.za>
2007-12-04 08:53:14loewislinkissue1722225 messages
2007-12-04 08:53:13loewiscreate