STINNER Victor <victor.stin...@haypocalc.com> added the comment:

> Could this be related to http://bugs.python.org/issue6559#msg123958?
> Or Issue10826?

These failures were specific to Solaris/OpenIndiana: they were "door files". 
Extract of fd_status.py:

    1.34 +        # Ignore Solaris door files
    1.35 +        if st.st_mode & 0xF000 != 0xd000:
    1.36 +            fds.append(fd)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12230>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to