Message211764
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 |
|
Date |
User |
Action |
Args |
2014-02-20 23:34:15 | vstinner | set | recipients:
+ vstinner, ronaldoussoren, ned.deily, python-dev, hynek, yselivanov |
2014-02-20 23:34:15 | vstinner | set | messageid: <1392939255.22.0.751620993447.issue20682@psf.upfronthosting.co.za> |
2014-02-20 23:34:15 | vstinner | link | issue20682 messages |
2014-02-20 23:34:14 | vstinner | create | |
|