STINNER Victor <[EMAIL PROTECTED]> added the comment: As expected, the bug can be reproduced with ctypes.dlopen(). py_dl_open() function of Modules/_ctypes/callproc.c should be merged with Modules/dlmodule.c.
Here use at least the attached patch for ctypes (same job than the other patch: use default string if dlerror() returns NULL). Added file: http://bugs.python.org/file10858/ctypes_dlopen.patch _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3313> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com