cpython: ac362fb3b86b (original) (raw)

Mercurial > cpython

changeset 74930:ac362fb3b86b 3.2

Issue #13979: Fix ctypes.util.find_library ldconfig regex [#13979]

Meador Inge meadori@gmail.com
date Mon, 13 Feb 2012 22:08:39 -0600
parents d8904aff9442
children 096e856a01aa a7f1ffd741d6
files Lib/ctypes/util.py Misc/NEWS
diffstat 2 files changed, 4 insertions(+), 18 deletions(-)[+] [-] Lib/ctypes/util.py 19 Misc/NEWS 3

line wrap: on

line diff

--- a/Lib/ctypes/util.py +++ b/Lib/ctypes/util.py @@ -171,22 +171,6 @@ elif os.name == "posix": else:

- def _findSoname_ldconfig(name): import struct if struct.calcsize('l') == 4: @@ -203,8 +187,7 @@ elif os.name == "posix": abi_type = mach_map.get(machine, 'libc6') # XXX assuming GLIBC's ldconfig (with option -p)

--- a/Misc/NEWS +++ b/Misc/NEWS @@ -113,6 +113,9 @@ Core and Builtins Library ------- +- Issue #13979: A bug in ctypes.util.find_library that caused