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 terry.reedy
Recipients christian.heimes, hgmmym, terry.reedy
Date 2021-01-05.21:20:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609881639.71.0.105215737643.issue42746@roundup.psfhosted.org>
In-reply-to
Content
3.7.3 is an old release of an old version.  It has already been patched a few times.  If you cannot upgrade to at least the last bugfix release of 3.7, you are somewhat on your own.

The word 'Killed' in not in the ssl module, so I presume it comes from the LibreSSL, which on your system is what is imported as _ssl.  On Win 10, 'import ssl' prints nothing (normal for most imports) and ssl.SSLContext returns an instance of class SSLContext.

You question would be better asked on a help forum, such as python-list or stackoverflow.
History
Date User Action Args
2021-01-05 21:20:39terry.reedysetrecipients: + terry.reedy, christian.heimes, hgmmym
2021-01-05 21:20:39terry.reedysetmessageid: <1609881639.71.0.105215737643.issue42746@roundup.psfhosted.org>
2021-01-05 21:20:39terry.reedylinkissue42746 messages
2021-01-05 21:20:39terry.reedycreate