Message 328541 - Python tracker

Message328541

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 jean-michel
Recipients christian.heimes, jean-michel
Date 2018-10-26.11:55:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540554977.97.0.788709270274.issue35076@psf.upfronthosting.co.za>
In-reply-to
Content
Hi.

Python-3.7.1 with LibreSSL-2.8.2 and patches from https://github.com/python/cpython/pull/8055 and https://github.com/python/cpython/pull/8050

Compilation failed because of test_ssl failed.

A detailed list of all the patches that I use for my python-3.7.1 compilation with LibreSSL-2.8.2:

https://github.com/python/cpython/commit/4254483b21ec534ea942afa4ccd39dcb9bce3794
https://github.com/python/cpython/commit/8352fd3bbeef09cc14af61a0b88a8fcefd2279e3
https://github.com/python/cpython/commit/77d24d830fa4976998ac41b253d06654fae3ed5b
https://github.com/python/cpython/commit/2a0961153b15b032bae03f46297e56555e4612ba
https://github.com/python/cpython/commit/f415a39463e8bffb338f39d846c3141f3635271c
https://github.com/python/cpython/commit/abc1b0aefd79ad8b412d4e74900dd43cdea46f97
https://github.com/python/cpython/commit/3a421ebdefaedb8522cf5ebe86d16a683a580607
https://github.com/python/cpython/commit/d98c1603a1c9583eddab92b30b091a583229fb3f

FAIL: test_min_max_version (test.test_ssl.ContextTests)
Traceback (most recent call last):
File "/tmp/makepkg/python/src/Python-3.7.1/Lib/test/test_ssl.py", line 1163, in test_min_max_version
ctx.maximum_version, ssl.TLSVersion.MAXIMUM_SUPPORTED
AssertionError: <TLSVersion.TLSv1_2: 771> != <TLSVersion.MAXIMUM_SUPPORTED: -1>
History
Date User Action Args
2018-10-26 11:56:34jean-michelsetrecipients: + jean-michel, christian.heimes
2018-10-26 11:56:17jean-michelsetmessageid: <1540554977.97.0.788709270274.issue35076@psf.upfronthosting.co.za>
2018-10-26 11:56:17jean-michellinkissue35076 messages
2018-10-26 11:56:17jean-michelcreate