[New-bugs-announce] [issue24480] Python 2.7.10

Yunlong Liu report at bugs.python.org
Sat Jun 20 18:27:45 CEST 2015


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 <report at bugs.python.org>
<http://bugs.python.org/issue24480>
_______________________________________


More information about the New-bugs-announce mailing list