The test_ioctl failed in 32-bit Python 2.6a2 built on Solaris 10 with the SUNC C compiler. ... test test_ioctl failed -- Traceback (most recent call last): File "/.../tools/Python-2.6a2/Lib/test/test_ioctl.py", line 56, in test_ioctl_signed_unsigned_code_param saved_winsz = fcntl.ioctl(mfd, termios.TIOCGWINSZ, "\0"*8) IOError: [Errno 22] Invalid argument ...
I haven't retested that yet, but I will as soon as can. /Jean Bouwers On May 26, 2013, at 7:57 AM, Mark Lawrence <report@bugs.python.org> wrote: > > Mark Lawrence added the comment: > > is this still a problem with 2.7 or 3.x? > > ---------- > nosy: +BreamoreBoy > > _______________________________________ > Python tracker <report@bugs.python.org> > <http://bugs.python.org/issue2554> > _______________________________________