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.

Author yliu120
Recipients yliu120
Date 2015-06-20.16:27:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434817665.64.0.647960324638.issue24480@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-06-20 16:27:45yliu120setrecipients: + yliu120
2015-06-20 16:27:45yliu120setmessageid: <1434817665.64.0.647960324638.issue24480@psf.upfronthosting.co.za>
2015-06-20 16:27:45yliu120linkissue24480 messages
2015-06-20 16:27:45yliu120create