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 MrJean1
Recipients MrJean1
Date 2008-04-04.20:02:39
SpamBayes Score 0.10172935
Marked as misclassified No
Message-id <1207339420.13.0.8802001202.issue2553@psf.upfronthosting.co.za>
In-reply-to
Content
The test_ioctl failed in 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
...
History
Date User Action Args
2008-04-04 20:03:40MrJean1setspambayes_score: 0.101729 -> 0.10172935
recipients: + MrJean1
2008-04-04 20:03:40MrJean1setspambayes_score: 0.101729 -> 0.101729
messageid: <1207339420.13.0.8802001202.issue2553@psf.upfronthosting.co.za>
2008-04-04 20:02:40MrJean1linkissue2553 messages
2008-04-04 20:02:39MrJean1create