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, yossarian
Date 2021-03-29.18:02:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617040943.44.0.731670985771.issue38794@roundup.psfhosted.org>
In-reply-to
Content
I introduced several build improvements for better support of custom OpenSSL builds in bpo-43466. The issue mentions a new, undocumented, and unsupported hack to create a shared extension modules with statically linked OpenSSL. The Modules/Setup.local trick works with current Python versions, too. Both the hack and the trick hide symbols, too.

I vetoed against official support for static linking because I simply don't have capacity to test and support another build flavor.

William, I recommend that you do NOT read commit bacefbf41461ab703b8d561f0e3d766427eab367 and do NOT use the undocumented hack. Have fun! :)
History
Date User Action Args
2021-03-29 18:02:23christian.heimessetrecipients: + christian.heimes, Lukas.Vacek, yossarian
2021-03-29 18:02:23christian.heimessetmessageid: <1617040943.44.0.731670985771.issue38794@roundup.psfhosted.org>
2021-03-29 18:02:23christian.heimeslinkissue38794 messages
2021-03-29 18:02:23christian.heimescreate