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 Björn Pollex, christian.heimes, ned.deily, ronaldoussoren
Date 2019-10-24.09:35:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571909746.37.0.852915128366.issue38577@roundup.psfhosted.org>
In-reply-to
Content
'--with-openssl' purpose is to override the OpenSSL location for Python's internal _ssl and _hashlib module. It is not designed to interfere with 3rd party extensions that are built with distutils or setuptools.

It is the decision of a 3rd party package how it wants to handle these extra flags -- or if it is able to use them at all. In case of PyMySQL you must use the same shared libraries as libmysqlclient. You cannot use a  different OpenSSL ABIs, APIs, or shared libraries for PyMySQL and libmysqlclient.
History
Date User Action Args
2019-10-24 09:35:46christian.heimessetrecipients: + christian.heimes, ronaldoussoren, ned.deily, Björn Pollex
2019-10-24 09:35:46christian.heimessetmessageid: <1571909746.37.0.852915128366.issue38577@roundup.psfhosted.org>
2019-10-24 09:35:46christian.heimeslinkissue38577 messages
2019-10-24 09:35:46christian.heimescreate