[issue8394] ctypes.dlopen() doesn't support surrogates

STINNER Victor report at bugs.python.org
Mon Apr 19 11:13:19 CEST 2010


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

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

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8394>
_______________________________________


More information about the Python-bugs-list mailing list