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.

classification
Title: test_ioctrl failed Python 2.6a2 Solaris 10 SUN C
Type: Stage:
Components: Versions:
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: MrJean1
Priority: normal Keywords:

Created on 2008-04-04 20:02 by MrJean1, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg64942 - (view) Author: Jean Brouwers (MrJean1) Date: 2008-04-04 20:02
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
...
msg64945 - (view) Author: Jean Brouwers (MrJean1) Date: 2008-04-04 20:10
This is a duplicate.  Please ignore.  My apologies.
History
Date User Action Args
2022-04-11 14:56:33adminsetgithub: 46805
2008-04-05 04:29:42loewissetstatus: open -> closed
resolution: duplicate
2008-04-04 20:10:26MrJean1setmessages: + msg64945
2008-04-04 20:02:40MrJean1create