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 indygreg
Recipients christian.heimes, indygreg
Date 2020-10-06.01:00:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601946025.89.0.806557307969.issue41949@roundup.psfhosted.org>
In-reply-to
Content
I was going to work around this in python-build-standalone (https://github.com/indygreg/python-build-standalone) by reverting to OpenSSL for builds. But we must use LibreSSL when linking against musl libc due to some random weirdness getting OpenSSL to statically link against musl.

So I'm going to have to work around this via a source patch in python-build-standalone. Not the first time I've had to patch CPython source code to get a working statically linked build working.
History
Date User Action Args
2020-10-06 01:00:25indygregsetrecipients: + indygreg, christian.heimes
2020-10-06 01:00:25indygregsetmessageid: <1601946025.89.0.806557307969.issue41949@roundup.psfhosted.org>
2020-10-06 01:00:25indygreglinkissue41949 messages
2020-10-06 01:00:25indygregcreate