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 xiang.zhang
Recipients SilentGhost, alex, benjamin.peterson, christian.heimes, doko, dstufft, giampaolo.rodola, janssen, larry, martin.panter, ned.deily, pitrou, python-dev, xiang.zhang
Date 2017-01-05.07:43:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483602196.86.0.530522343928.issue26867@psf.upfronthosting.co.za>
In-reply-to
Content
This test still fails with lastest Py2.7 on Ubuntu 16.10. Could we backport the patch to silence the failure?

./python -m test.regrtest test_ssl
[1/1] test_ssl
test test_ssl failed -- Traceback (most recent call last):
  File "/home/angwer/py2.7/Lib/test/test_ssl.py", line 780, in test_options
    self.assertEqual(0, ctx.options)
AssertionError: 0 != 33554432L

1 test failed:
    test_ssl
History
Date User Action Args
2017-01-05 07:43:17xiang.zhangsetrecipients: + xiang.zhang, doko, janssen, pitrou, larry, giampaolo.rodola, christian.heimes, benjamin.peterson, ned.deily, alex, SilentGhost, python-dev, martin.panter, dstufft
2017-01-05 07:43:16xiang.zhangsetmessageid: <1483602196.86.0.530522343928.issue26867@psf.upfronthosting.co.za>
2017-01-05 07:43:16xiang.zhanglinkissue26867 messages
2017-01-05 07:43:16xiang.zhangcreate