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 pablogsal
Recipients barry, christian.heimes, gregory.p.smith, pablogsal
Date 2021-03-11.11:33:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615462385.36.0.369967983879.issue43466@roundup.psfhosted.org>
In-reply-to
Content
> AFAIK this won't play will with static linking.

It should not be any problem as long as we expose the SSL symbols in the dynamic table of the extension (this happens by default). The only nuisance would be that users will still need those shared objects around so they can be dlopened by the extension.
History
Date User Action Args
2021-03-11 11:33:05pablogsalsetrecipients: + pablogsal, barry, gregory.p.smith, christian.heimes
2021-03-11 11:33:05pablogsalsetmessageid: <1615462385.36.0.369967983879.issue43466@roundup.psfhosted.org>
2021-03-11 11:33:05pablogsallinkissue43466 messages
2021-03-11 11:33:05pablogsalcreate