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 xdegaye
Recipients WanderingLogic, fornwall, freakboy3742, vstinner, xdegaye, yan12125
Date 2016-04-19.07:54:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461052458.41.0.042425033754.issue21668@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-04-19 07:54:18xdegayesetrecipients: + xdegaye, vstinner, freakboy3742, fornwall, WanderingLogic, yan12125
2016-04-19 07:54:18xdegayesetmessageid: <1461052458.41.0.042425033754.issue21668@psf.upfronthosting.co.za>
2016-04-19 07:54:18xdegayelinkissue21668 messages
2016-04-19 07:54:18xdegayecreate