]> granicus.if.org Git - python/commit
- Issue #4861: ctypes.util.find_library(): Robustify. Fix library detection on
authorMatthias Klose <doko@ubuntu.com>
Sat, 10 Jan 2009 17:00:42 +0000 (17:00 +0000)
committerMatthias Klose <doko@ubuntu.com>
Sat, 10 Jan 2009 17:00:42 +0000 (17:00 +0000)
commit43723e2ad81599b54172a5dcc48790e51ff64f5f
tree3c923c948e8330ce291910765a7eba5d1cca73b0
parentbd4b5f2b874061ae32fbc692a16c7323a5e2a377
- Issue #4861: ctypes.util.find_library(): Robustify. Fix library detection on
  biarch systems. Try to rely on ldconfig only, without using objdump and gcc.
Lib/ctypes/util.py
Misc/NEWS