[issue21668] The select and time modules uses libm functions without linking against it

STINNER Victor report at bugs.python.org
Mon Oct 27 16:58:49 CET 2014


STINNER Victor added the comment:

>  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?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21668>
_______________________________________


More information about the Python-bugs-list mailing list