New submission from Yunlong Liu:

Hi,

I detected an inconsistency in the Modules stack of Python 2.7.10. In 
Module/_ssl.c, I see all _ssl._SSLContext are changed to ssl.SSLContext but it 
is inconsistent with the lib file in Lib/ssl.py. In ssl.py, it is still 
importing _SSLContext, which doesn't exist in the C file.

----------
components: Library (Lib)
messages: 245566
nosy: yliu120
priority: normal
severity: normal
status: open
title: Python 2.7.10
type: crash
versions: Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24480>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to