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

Xavier de Gaye report at bugs.python.org
Tue Apr 19 03:54:18 EDT 2016


Xavier de Gaye added the comment:

The _datetime module also calls functions in libm: delta_new() uses
round() and accum() uses modf().

The attached patch updates setup.py for all the modules that use libm.

----------
nosy: +xdegaye
Added file: http://bugs.python.org/file42514/ext_modules_libm.patch

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


More information about the Python-bugs-list mailing list