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

Amaury Forgeot d'Arc report at bugs.python.org
Mon Apr 19 11:05:29 CEST 2010


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

It does not work on Windows:

>>> ctypes.CDLL(b'kernel32')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "D:\afa\python\py3k-1\lib\ctypes\__init__.py", line 350, in __init__
    self._handle = _dlopen(self._name, mode)
TypeError: bad argument type for built-in operation

----------
resolution: fixed -> 
status: closed -> open

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


More information about the Python-bugs-list mailing list