]> granicus.if.org Git - python/commit
Issue #3313: Contrary to the man page, a failed dlopen() call does not
authorThomas Heller <theller@ctypes.org>
Tue, 15 Jul 2008 19:39:38 +0000 (19:39 +0000)
committerThomas Heller <theller@ctypes.org>
Tue, 15 Jul 2008 19:39:38 +0000 (19:39 +0000)
commit880f529c04a5093e017bd41cf976ac62539a132c
tree406c385357c53db89c939dea359c4c20731011a7
parent7103aa42c0d3ce8d75c9a9e299cf4d9b0be544de
Issue #3313: Contrary to the man page, a failed dlopen() call does not
always set a dlerror() message.
Misc/NEWS
Modules/_ctypes/callproc.c
Modules/dlmodule.c