[issue30714] test_ssl fails with openssl 1.1.0f: test_alpn_protocols()

2017-08-15 Thread Christian Heimes
Christian Heimes added the comment: 2.7, 3.6 and master are fixed. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 3.5 ___ Python tracker

[issue30714] test_ssl fails with openssl 1.1.0f: test_alpn_protocols()

2017-08-15 Thread Christian Heimes
Christian Heimes added the comment: New changeset 05b7d9c6675b71d17f5fcf379b3888fba431f14e by Christian Heimes in branch '2.7': [2.7] bpo-30714: ALPN changes for OpenSSL 1.1.0f (#3094) https://github.com/python/cpython/commit/05b7d9c6675b71d17f5fcf379b3888fba431f14e --

[issue30714] test_ssl fails with openssl 1.1.0f: test_alpn_protocols()

2017-08-15 Thread Christian Heimes
Christian Heimes added the comment: New changeset 7f6a13bd562ff6a265fc63a991327feaecb07a77 by Christian Heimes in branch '3.6': [3.6] bpo-30714: ALPN changes for OpenSSL 1.1.0f (#3093) https://github.com/python/cpython/commit/7f6a13bd562ff6a265fc63a991327feaecb07a77 --

[issue30714] test_ssl fails with openssl 1.1.0f: test_alpn_protocols()

2017-08-15 Thread Christian Heimes
Christian Heimes added the comment: New changeset 7b40cb7293cb14e5c7c8ed123efaf9acb33edae2 by Christian Heimes in branch 'master': bpo-30714: ALPN changes for OpenSSL 1.1.0f (#2305) https://github.com/python/cpython/commit/7b40cb7293cb14e5c7c8ed123efaf9acb33edae2 --

[issue30714] test_ssl fails with openssl 1.1.0f: test_alpn_protocols()

2017-08-15 Thread Christian Heimes
Changes by Christian Heimes : -- pull_requests: +3133 ___ Python tracker ___ ___

[issue30714] test_ssl fails with openssl 1.1.0f: test_alpn_protocols()

2017-08-15 Thread Christian Heimes
Changes by Christian Heimes : -- pull_requests: +3134 ___ Python tracker ___ ___

[issue30714] test_ssl fails with openssl 1.1.0f: test_alpn_protocols()

2017-07-25 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Dear Christian, Have you found a solution for this issue ? -- nosy: +matrixise ___ Python tracker ___

[issue30714] test_ssl fails with openssl 1.1.0f: test_alpn_protocols()

2017-07-24 Thread Gregory P. Smith
Gregory P. Smith added the comment: Naturally up to the release managers. If I were one, I'd consider it just because not addressing the failure one way or another will lead to people finding us and asking a question about why it is failing. Adding a SkipTest when the relevant library

[issue30714] test_ssl fails with openssl 1.1.0f: test_alpn_protocols()

2017-07-24 Thread R. David Murray
R. David Murray added the comment: Well, the reason one *might* consider a test failure as a release blocker (and I'm not saying you should, I'm just explaining the possible logic) is that distros would understandably like the test suite to pass before they include a release in their

[issue30714] test_ssl fails with openssl 1.1.0f: test_alpn_protocols()

2017-07-24 Thread STINNER Victor
STINNER Victor added the comment: Test still fails. Failure on AMD64 Debian PGO 2.7: http://buildbot.python.org/all/builders/AMD64%20Debian%20PGO%202.7/builds/243/steps/test/logs/stdio == FAIL: test_alpn_protocols

[issue30714] test_ssl fails with openssl 1.1.0f: test_alpn_protocols()

2017-07-24 Thread STINNER Victor
Changes by STINNER Victor : -- title: test_ssl fails with openssl 1.1.0f -> test_ssl fails with openssl 1.1.0f: test_alpn_protocols() ___ Python tracker