STINNER Victor added the comment:

Oh, AIX has the same issue. I propose broken_unix_getsockname.patch to skip 
also the check on 'sockname' extra info on AIX.

The fix can wait Python 3.4.1.

http://buildbot.python.org/all/builders/PPC64%20AIX%203.x/builds/1757/steps/test/logs/stdio

======================================================================
FAIL: test_create_ssl_unix_connection 
(test.test_asyncio.test_events.PollEventLoopTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/home/shager/cpython-buildarea/3.x.edelsohn-aix-ppc64/build/Lib/test/test_asyncio/test_events.py",
 line 603, in test_create_ssl_unix_connection
    self._basetest_create_ssl_connection(conn_fut, check_sockname)
  File 
"/home/shager/cpython-buildarea/3.x.edelsohn-aix-ppc64/build/Lib/test/test_asyncio/test_events.py",
 line 574, in _basetest_create_ssl_connection
    self.assertIsNotNone(tr.get_extra_info('sockname'))
AssertionError: unexpectedly None

----------
keywords: +patch
priority: release blocker -> 
Added file: http://bugs.python.org/file34159/broken_unix_getsockname.patch

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

Reply via email to