STINNER Victor <[email protected]> added the comment:

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

----------

_______________________________________
Python tracker <[email protected]>
<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