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 collinwinter
Recipients collinwinter, jyasskin, rpetrov, tarek
Date 2009-05-04.17:47:12
SpamBayes Score 1.8715236e-05
Marked as misclassified No
Message-id <43aa6ff70905041047p2fcff101l5c5bf46e89142c2d@mail.gmail.com>
In-reply-to <1241446078.57.0.999008385553.issue5572@psf.upfronthosting.co.za>
Content
2009/5/4  <"Tarek Ziadé <report@bugs.python.org>"@psf.upfronthosting.co.za>:
> About the patch:
>
> is there a particular reason why you have changed the call to
> 'set_library' into calls to 'add_library' in build_ext in your patch ?

Yes. It seems like the proper thing to do is to merge the global LIBS
and the module-specific libraries (via add_library()), rather than
having one override the other (set_library()).
History
Date User Action Args
2009-05-04 17:47:15collinwintersetrecipients: + collinwinter, jyasskin, tarek, rpetrov
2009-05-04 17:47:13collinwinterlinkissue5572 messages
2009-05-04 17:47:12collinwintercreate