[issue7518] Some functions in pymath.c should be moved elsewhere.

Roumen Petrov report at bugs.python.org
Thu Dec 17 01:16:53 CET 2009


Roumen Petrov <bugtrack at roumenpetrov.info> added the comment:

May be is good to add depends=['_math.h'], for modules in setup.py.

About atan2 - lets see comments in mathmodule and configure test. The
cmath test case pass on freebsd as buildbot is for for 7.2. What about
freebsd 6.2 ?
Also I don't think that python cmath tests will pass with MSVC before
8.0. It is based on my tests in the past with different MSVC runtimes.
In my notes for msvc 7.0.2600 result of 2.*atan2(-0,1.4142135623730951)
is 0(zero) instead -0.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7518>
_______________________________________


More information about the Python-bugs-list mailing list