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 worldwise001
Recipients worldwise001
Date 2019-11-21.02:37:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574303842.17.0.619288709802.issue38873@roundup.psfhosted.org>
In-reply-to
Content
I've been tracking this through a bunch of different projects now. With the release of Mac OS X Catalina, libcrypto.dylib is a dummy library that causes an automatic segfault, to prevent upstream software from relying on it.

However a large amount of software makes use of ctypes find_library() which will return the path to the unversioned library.

It would be nice if we could specify "find the latest version" or similar so that we don't have to manually munge in a version, especially for strongly cross-platform libraries such as oscrypto.

I've filed a similar bug here https://github.com/wbond/oscrypto/issues/35 where it's very clear how it manifests itself.
History
Date User Action Args
2019-11-21 02:37:22worldwise001setrecipients: + worldwise001
2019-11-21 02:37:22worldwise001setmessageid: <1574303842.17.0.619288709802.issue38873@roundup.psfhosted.org>
2019-11-21 02:37:22worldwise001linkissue38873 messages
2019-11-21 02:37:21worldwise001create