[New-bugs-announce] [issue21668] The select and time modules uses libm functions without linking against it

Fredrik Fornwall report at bugs.python.org
Thu Jun 5 14:56:33 CEST 2014


New submission from Fredrik Fornwall:

The select and time modules use functions from libm, but do not link against it.

* selectmodule.c calls ceil(3) in pyepoll_poll()
* timemodule.c calls fmod(3) and floor(3) in floatsleep()

----------
components: Build, Cross-Build
files: time_and_select_module_link_with_libm.patch
keywords: patch
messages: 219813
nosy: Fredrik.Fornwall
priority: normal
severity: normal
status: open
title: The select and time modules uses libm functions without linking against it
type: crash
versions: Python 3.4, Python 3.5
Added file: http://bugs.python.org/file35490/time_and_select_module_link_with_libm.patch

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


More information about the New-bugs-announce mailing list