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 christian.heimes
Recipients Lukas.Vacek, christian.heimes
Date 2019-11-15.16:16:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573834570.39.0.666938702174.issue38794@roundup.psfhosted.org>
In-reply-to
Content
> In ideal world OpenSSL would provide stable ABI just like the other libraries Python depends on. That would be, unarguably, the best way to achieve that goal. Agreed.

OpenSSL provides a stable API and stable ABI already. The fact is well documented at https://www.openssl.org/policies/releasestrat.html. Python is not compatible with ancient, unsupported OpenSSL versions 1.0.1 and earlier because Python requires features that were introduced in OpenSSL 1.0.2.

> However, OpenSSL does not provide stable ABI and Python should deal with that as nicely as possible. If you can think of a better real world solution than static linking OpenSSL please share and let's do it!

That's a) incorrect, b) not related to this issue.

You are trying to solve a problem by dictating the solution at the same time. Could you please start with a high level explanation of the problem and let us figure out a viable solution?
History
Date User Action Args
2019-11-15 16:16:10christian.heimessetrecipients: + christian.heimes, Lukas.Vacek
2019-11-15 16:16:10christian.heimessetmessageid: <1573834570.39.0.666938702174.issue38794@roundup.psfhosted.org>
2019-11-15 16:16:10christian.heimeslinkissue38794 messages
2019-11-15 16:16:09christian.heimescreate