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 christian.heimes, hgmmym, terry.reedy
Date 2021-01-05.22:58:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609887480.45.0.123855540067.issue42746@roundup.psfhosted.org>
In-reply-to
Content
What exactly happens when you try to instantiate an SSLContext() object? Does it just print the string "Killed" or does the process stop and segfault immediately?

If it's a segfault then it is likely caused by an incompatibility between recent LibreSSL and old Python 3.7.3. Can you switch to OpenSSL? LibreSSL isn't well supported.
History
Date User Action Args
2021-01-05 22:58:00christian.heimessetrecipients: + christian.heimes, terry.reedy, hgmmym
2021-01-05 22:58:00christian.heimessetmessageid: <1609887480.45.0.123855540067.issue42746@roundup.psfhosted.org>
2021-01-05 22:58:00christian.heimeslinkissue42746 messages
2021-01-05 22:58:00christian.heimescreate