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 vstinner
Recipients pitrou, vstinner
Date 2011-01-23.22:02:01
SpamBayes Score 0.031167176
Marked as misclassified No
Message-id <1295820125.73.0.864692220479.issue10989@psf.upfronthosting.co.za>
In-reply-to
Content
ssl.SSLContext(True).load_verify_locations(None, True) does segfault. Py_DECREF(cafile_bytes) in Modules/_ssl.c:1686 should be replaced by Py_XDECREF(cafile_bytes).
History
Date User Action Args
2011-01-23 22:02:05vstinnersetrecipients: + vstinner, pitrou
2011-01-23 22:02:05vstinnersetmessageid: <1295820125.73.0.864692220479.issue10989@psf.upfronthosting.co.za>
2011-01-23 22:02:01vstinnerlinkissue10989 messages
2011-01-23 22:02:01vstinnercreate