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

STINNER Victor report at bugs.python.org
Fri Apr 16 01:10:45 CEST 2010


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

amaury> Your patch should handle the case when name2 is a bytearray.

Ok, fixed. I also tested None: Python does segfault :-) New patch rejects None value.

----------
Added file: http://bugs.python.org/file16937/ctypes_dlopen_surrogates-2.patch

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


More information about the Python-bugs-list mailing list