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.

Author vstinner
Recipients hynek, ned.deily, python-dev, ronaldoussoren, vstinner, yselivanov
Date 2014-02-20.23:34:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392939255.22.0.751620993447.issue20682@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2014-02-20 23:34:15vstinnersetrecipients: + vstinner, ronaldoussoren, ned.deily, python-dev, hynek, yselivanov
2014-02-20 23:34:15vstinnersetmessageid: <1392939255.22.0.751620993447.issue20682@psf.upfronthosting.co.za>
2014-02-20 23:34:15vstinnerlinkissue20682 messages
2014-02-20 23:34:14vstinnercreate