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 vstinner
Recipients WanderingLogic, fornwall, freakboy3742, vstinner
Date 2014-10-27.15:58:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414425529.93.0.80676856371.issue21668@psf.upfronthosting.co.za>
In-reply-to
Content
>  audioop_ctypes_test_link_with_libm.patch 

+                             libraries=['m'])

Why not using math_libs here? It would also be nice to add a comment explaining why libm is needed in each module.

Can someone please combine both patches?
History
Date User Action Args
2014-10-27 15:58:49vstinnersetrecipients: + vstinner, freakboy3742, fornwall, WanderingLogic
2014-10-27 15:58:49vstinnersetmessageid: <1414425529.93.0.80676856371.issue21668@psf.upfronthosting.co.za>
2014-10-27 15:58:49vstinnerlinkissue21668 messages
2014-10-27 15:58:49vstinnercreate