]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43466: Unsupported static build hack (GH-25002)
authorChristian Heimes <christian@python.org>
Sat, 27 Mar 2021 17:03:54 +0000 (18:03 +0100)
committerGitHub <noreply@github.com>
Sat, 27 Mar 2021 17:03:54 +0000 (10:03 -0700)
commitbacefbf41461ab703b8d561f0e3d766427eab367
tree7836ece8e64472313909b9861fd7984b6cec3491
parent9798cef92b882cd82a338d3368eaf3c4a32f5c2d
bpo-43466: Unsupported static build hack (GH-25002)

Add undocumented hack to statically link ssl and hashlib modules with
OpenSSL.

Signed-off-by: Christian Heimes <christian@python.org>
setup.py