STINNER Victor <victor.stin...@haypocalc.com> added the comment:

load_library() uses LoadLibraryW() which use a WCHAR*. To support bytes, we can 
use LoadLibraryA() and TCHAR*.

----------

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

Reply via email to