Message 67173 - Python tracker
Bill, even if find_library were to emulate the runtime linker it shouldn't
find objects of type MH_BUNDLE.
Those are not shared libraries, but explicitly meant to be used as code
resources for plugins. find_library should not return bz2.so when your
working directory happens to be ${sys.prefix}/lib/python*/lib-dynload and
you call find_library('bz2').
BTW. What is your usecase?