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 fornwall
Recipients fornwall
Date 2014-06-05.12:56:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401972993.52.0.304727515537.issue21668@psf.upfronthosting.co.za>
In-reply-to
Content
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()
History
Date User Action Args
2014-06-05 12:56:33fornwallsetrecipients: + fornwall
2014-06-05 12:56:33fornwallsetmessageid: <1401972993.52.0.304727515537.issue21668@psf.upfronthosting.co.za>
2014-06-05 12:56:33fornwalllinkissue21668 messages
2014-06-05 12:56:33fornwallcreate