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 mark.dickinson
Recipients mark.dickinson, paul.moore, pitrou, python-dev, r.david.murray, serhiy.storchaka, skrah, steve.dower, tim.golden, tim.peters, vstinner, zach.ware
Date 2016-01-20.15:52:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453305123.89.0.281489968852.issue25934@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks. The offending lines in the math module are:

static const double degToRad = Py_MATH_PI / 180.0;
static const double radToDeg = 180.0 / Py_MATH_PI;

It would be trivial to replace these with suitable constants.
History
Date User Action Args
2016-01-20 15:52:03mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, paul.moore, pitrou, vstinner, tim.golden, r.david.murray, skrah, python-dev, zach.ware, serhiy.storchaka, steve.dower
2016-01-20 15:52:03mark.dickinsonsetmessageid: <1453305123.89.0.281489968852.issue25934@psf.upfronthosting.co.za>
2016-01-20 15:52:03mark.dickinsonlinkissue25934 messages
2016-01-20 15:52:03mark.dickinsoncreate