diff options
author | Matthias Klose <doko@ubuntu.com> | 2009-01-10 17:00:42 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2009-01-10 17:00:42 (GMT) |
commit | 43723e2ad81599b54172a5dcc48790e51ff64f5f (patch) | |
tree | 3c923c948e8330ce291910765a7eba5d1cca73b0 /Misc | |
parent | bd4b5f2b874061ae32fbc692a16c7323a5e2a377 (diff) | |
download | cpython-43723e2ad81599b54172a5dcc48790e51ff64f5f.zip cpython-43723e2ad81599b54172a5dcc48790e51ff64f5f.tar.gz cpython-43723e2ad81599b54172a5dcc48790e51ff64f5f.tar.bz2 |
- Issue #4861: ctypes.util.find_library(): Robustify. Fix library detection on
biarch systems. Try to rely on ldconfig only, without using objdump and gcc.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -286,6 +286,9 @@ Library - Issue #841800: bundlebuilder now works with 'python -O' +- Issue #4861: ctypes.util.find_library(): Robustify. Fix library detection on + biarch systems. Try to rely on ldconfig only, without using objdump and gcc. + Tools/Demos ----------- |