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 hgmmym
Recipients christian.heimes, hgmmym
Date 2020-12-25.23:36:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608939379.31.0.291479274657.issue42746@roundup.psfhosted.org>
In-reply-to
Content
I got a very strange issue with my Python3.7.3.
I use ssl module with urllin.request , when I visit some https website my script always die .so I got this :

*******************************************************************
Python 3.7.3 (default, Dec 26 2020, 06:35:45)
[GCC 6.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import ssl                                                                 >>> ssl.OPENSSL_VERSION
'LibreSSL 3.1.1'
>>> ssl.SSLContext()
Killed
*******************************************************************

Just "Killed" , no more infomation . 
How to check this problem ?
History
Date User Action Args
2020-12-25 23:36:19hgmmymsetrecipients: + hgmmym, christian.heimes
2020-12-25 23:36:19hgmmymsetmessageid: <1608939379.31.0.291479274657.issue42746@roundup.psfhosted.org>
2020-12-25 23:36:19hgmmymlinkissue42746 messages
2020-12-25 23:36:19hgmmymcreate