STINNER Victor added the comment:

> Is this still an issue?

I'm not 100% sure that SSL_CTX_load_verify_locations() accepts a path encoded 
to UTF-8 on Windows.


To be 100% sure, it's "simple": try a filename not encoded to the ANSI code 
page on Windows.

The best would be to have an unit test for that. You use use 
test.support.TESTFN_UNENCODABLE for example.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27354>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to