[issue19750] test_asyncio.test_unix_events constructor failures on AIX

STINNER Victor report at bugs.python.org
Sun Nov 24 18:41:59 CET 2013


STINNER Victor added the comment:

Oh, this failure is probably related to this comment in unix_events.py:

        # On AIX, the reader trick only works for sockets.
        # On other platforms it works for pipes and sockets.
        # (Exception: OS X 10.4?  Issue #19294.)
        if is_socket or not sys.platform.startswith("aix"):
            self._loop.add_reader(self._fileno, self._read_ready)

UnixWritePipeTransportTests should use a real socket, or the 2 tests should be skipped on AIX.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19750>
_______________________________________


More information about the Python-bugs-list mailing list