Message383779
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 ? |
|
Date |
User |
Action |
Args |
2020-12-25 23:36:19 | hgmmym | set | recipients:
+ hgmmym, christian.heimes |
2020-12-25 23:36:19 | hgmmym | set | messageid: <1608939379.31.0.291479274657.issue42746@roundup.psfhosted.org> |
2020-12-25 23:36:19 | hgmmym | link | issue42746 messages |
2020-12-25 23:36:19 | hgmmym | create | |
|