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 scoder
Recipients Lukasa, alex, arnau, benjamin.peterson, bkabrda, christian.heimes, dstufft, giampaolo.rodola, gregory.p.smith, icordasc, janssen, josh.r, jwilk, lemburg, mnot, ncoghlan, ned.deily, pitrou, python-dev, rkuska, scoder
Date 2014-08-21.19:57:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408651071.53.0.77107490636.issue21308@psf.upfronthosting.co.za>
In-reply-to
Content
The current implementation doesn't work with Unicode file paths. Try passing a Unicode string e.g. as "cafile" into context.load_verify_locations(). It calls PyString_AsEncodedObject() on it, which then fails with a PyErr_BadArgument() on the entry type check.
History
Date User Action Args
2014-08-21 19:57:51scodersetrecipients: + scoder, lemburg, gregory.p.smith, ncoghlan, janssen, pitrou, mnot, giampaolo.rodola, christian.heimes, benjamin.peterson, jwilk, ned.deily, alex, arnau, python-dev, bkabrda, icordasc, dstufft, Lukasa, josh.r, rkuska
2014-08-21 19:57:51scodersetmessageid: <1408651071.53.0.77107490636.issue21308@psf.upfronthosting.co.za>
2014-08-21 19:57:51scoderlinkissue21308 messages
2014-08-21 19:57:51scodercreate