This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients janssen, ronaldoussoren, theller
Date 2008-05-21.20:13:21
SpamBayes Score 0.007585201
Marked as misclassified No
Message-id <1211400810.2.0.781162837033.issue2783@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2008-05-21 20:13:31ronaldoussorensetspambayes_score: 0.0075852 -> 0.007585201
recipients: + ronaldoussoren, theller, janssen
2008-05-21 20:13:30ronaldoussorensetspambayes_score: 0.0075852 -> 0.0075852
messageid: <1211400810.2.0.781162837033.issue2783@psf.upfronthosting.co.za>
2008-05-21 20:13:24ronaldoussorenlinkissue2783 messages
2008-05-21 20:13:21ronaldoussorencreate