Message117738
It's come up on occasion (#2936, http://osdir.com/ml/python.ctypes/2008-05/msg00046.html) that ctypes find_library doesn't search LD_LIBRARY_PATH for libraries, which is different behaviour from the runtime linker. The attached patch adds this search.
Unfortunately I can't conceive of a reasonable unit test for this (compiling a shared library in setUp seems a bit overkill.) |
|
| Date |
User |
Action |
Args |
| 2010-09-30 14:45:10 | jniehof | set | recipients:
+ jniehof, theller |
| 2010-09-30 14:45:10 | jniehof | set | messageid: <[email protected]> |
| 2010-09-30 14:45:07 | jniehof | link | issue9998 messages |
| 2010-09-30 14:45:07 | jniehof | create | |
|