Mark Dickinson added the comment: 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. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue25934> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com