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.

classification
Title: Python 2.7.10
Type: crash Stage:
Components: Library (Lib) Versions: Python 2.7
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: yliu120
Priority: normal Keywords:

Created on 2015-06-20 16:27 by yliu120, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg245566 - (view) Author: Yunlong Liu (yliu120) Date: 2015-06-20 16:27
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.
msg245567 - (view) Author: Yunlong Liu (yliu120) Date: 2015-06-20 16:36
I have seen this has been corrected in the svn python chunk. But I doubt it is still there in the public download tar ball. Please make a change to the tar ball. Thanks
History
Date User Action Args
2022-04-11 14:58:18adminsetgithub: 68668
2015-06-20 16:36:22yliu120setstatus: open -> closed

messages: + msg245567
2015-06-20 16:27:45yliu120create