[New-bugs-announce] [issue42746] python3.7.3 - ssl.SSLContext() - "Killed"

yaksha nyx report at bugs.python.org
Fri Dec 25 18:36:19 EST 2020


New submission from yaksha nyx <hgmmym at gmail.com>:

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 ?

----------
assignee: christian.heimes
components: SSL
messages: 383779
nosy: christian.heimes, hgmmym
priority: normal
severity: normal
status: open
title: python3.7.3 - ssl.SSLContext() - "Killed"
type: crash
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42746>
_______________________________________


More information about the New-bugs-announce mailing list