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.
Created on 2008年04月04日 20:04 by MrJean1, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (5) | |||
|---|---|---|---|
| msg64943 - (view) | Author: Jean Brouwers (MrJean1) | Date: 2008年04月04日 20:04 | |
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 ... |
|||
| msg103058 - (view) | Author: Brian Curtin (brian.curtin) * (Python committer) | Date: 2010年04月13日 16:11 | |
Removing 2.5 as it's only receiving security fixes. |
|||
| msg190078 - (view) | Author: Mark Lawrence (BreamoreBoy) * | Date: 2013年05月26日 11:57 | |
is this still a problem with 2.7 or 3.x? |
|||
| msg190094 - (view) | Author: Jean Brouwers (MrJean1) | Date: 2013年05月26日 15:04 | |
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> > _______________________________________ |
|||
| msg192740 - (view) | Author: Christian Heimes (christian.heimes) * (Python committer) | Date: 2013年07月09日 11:36 | |
It looks like the bug is gone. The ioctl test is passing on Solaris 10 and 11 with Sun's CC. http://buildbot.python.org/all/builders/SPARC%20Solaris%2010%20%28cc%2C%2032b%29%20%5BSB%5D%202.7/builds/336 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:33 | admin | set | github: 46806 |
| 2013年07月09日 11:36:50 | christian.heimes | set | status: open -> closed nosy: + christian.heimes messages: + msg192740 resolution: fixed |
| 2013年05月26日 18:02:57 | brian.curtin | set | nosy:
- brian.curtin |
| 2013年05月26日 15:04:59 | MrJean1 | set | messages: + msg190094 |
| 2013年05月26日 11:57:45 | BreamoreBoy | set | nosy:
+ BreamoreBoy messages: + msg190078 |
| 2010年04月13日 16:11:12 | brian.curtin | set | nosy:
+ brian.curtin messages: + msg103058 versions: - Python 2.5 |
| 2010年04月13日 16:00:44 | Martin.Ducár | set | versions: + Python 2.5 |
| 2010年01月12日 17:54:48 | brian.curtin | set | priority: normal type: behavior stage: needs patch |
| 2008年04月04日 20:04:00 | MrJean1 | create | |