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 <rep...@bugs.python.org> <http://bugs.python.org/issue21668> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com