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 rpetrov
Recipients mark.dickinson, rpetrov
Date 2009-12-17.00:16:51
SpamBayes Score 1.7587021e-10
Marked as misclassified No
Message-id <1261009013.38.0.271319715145.issue7518@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-12-17 00:16:53rpetrovsetrecipients: + rpetrov, mark.dickinson
2009-12-17 00:16:53rpetrovsetmessageid: <1261009013.38.0.271319715145.issue7518@psf.upfronthosting.co.za>
2009-12-17 00:16:51rpetrovlinkissue7518 messages
2009-12-17 00:16:51rpetrovcreate