summaryrefslogtreecommitdiffstats
path: root/Python/Python-ast.c
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2019-09-07 06:06:27 (GMT)
committerlarryhastings <larry@hastings.org>2019-09-07 06:06:27 (GMT)
commit4d1c2541c125fe9d211016193ebfd5899a8511aa (patch)
treeb3d806b71c71002d32c450118a303414a40f5a39 /Python/Python-ast.c
parent063eba280a11d3c9a5dd9ee5abe4de640907951b (diff)
downloadcpython-4d1c2541c125fe9d211016193ebfd5899a8511aa.zip
cpython-4d1c2541c125fe9d211016193ebfd5899a8511aa.tar.gz
cpython-4d1c2541c125fe9d211016193ebfd5899a8511aa.tar.bz2
bpo-36576: Skip test_ssl and test_asyncio tests failing with OpenSSL 1.1.1 (#12694)
Some test_ssl and test_asyncio tests were written for OpenSSL 1.0 and TLS 1.0, but fail with OpenSSL 1.1.1 and TLS 1.3. Fixing these requires backporting new ssl flags like ssl.OP_NO_TLSv1_3 or ssl.OP_NO_COMPRESSION, which is inappropriate at this stage in Python 3.5's lifetime. Moreover, it's not really worth it: the code works fine, the problem is just in the tests. This patch disables those problematic tests when Python 3.5 is built using newer versions of OpenSSL.
Diffstat (limited to 'Python/Python-ast.c')
0 files changed, 0 insertions, 0 deletions