Vladimir Konjkov added the comment:
there is script
Misk/find_recursionlimit.py
that can help to find real recursion limit
for QNX4 for one recursion used ~900 kb of stack thus 1Mb sufficient
for default recursion limit = 1000.
_
Tracker <[EMAIL PROTEC
Vladimir Konjkov added the comment:
For _XOPEN_SOURCE and _XOPEN_SOURCE_EXTENDED
look this
http://opengroup.org/onlinepubs/007908775/xcurses/implement.html
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/iss
Vladimir Konjkov added the comment:
willing you implement thread support for qnx6, or may be qnx4?
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue175>
_
__
Vladimir Konjkov added the comment:
addition
TCGETA is a constant. That's right!
under QNX4 TCGETA defined as MACRO in . That's right!
in Modules/termios.c there's
#include
That's right too!
What's problem after all?
Problem is that MACRO definition of TCGETA need size
Vladimir Konjkov added the comment:
However, I don't understand this entire point: What do you mean by
"using TCGETA requires that struct termio be defined"? How is TCGETA
defined to produce such a dependency? TCGETA is a
Vladimir Konjkov added the comment:
look this
http://www.mail-archive.com/python-bugs-list%40python.org/msg07749.html
it's for python-2.3.5 under qnx4.25.
about pyport.h under qnx4.25:
I include "unix.h" instead of definition of function
openpty()+forkpty() in pyport.h, op