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 skip.montanaro
Recipients barry, giampaolo.rodola, mark.dickinson, skip.montanaro
Date 2009-04-11.14:06:35
SpamBayes Score 2.6724436e-05
Marked as misclassified No
Message-id <18912.41954.992558.972339@montanaro.dyndns.org>
In-reply-to <1239444748.97.0.373577421683.issue5724@psf.upfronthosting.co.za>
Content
Mark> Here's a patch that backports the corresponding changes from
    Mark> trunk.

    Mark> Skip, can you confirm that this fixes the issue?

Indeed, your patch appears to fix the problem:

    % LD_LIBRARY_PATH=. ./python Lib/test/regrtest.py -v test_cmath
    test_cmath
    test_abs (test.test_cmath.CMathTests) ... ok
    test_cmath_matches_math (test.test_cmath.CMathTests) ... ok
    test_constants (test.test_cmath.CMathTests) ... ok
    test_input_type (test.test_cmath.CMathTests) ... ok
    test_isinf (test.test_cmath.CMathTests) ... ok
    test_isnan (test.test_cmath.CMathTests) ... ok
    test_phase (test.test_cmath.CMathTests) ... ok
    test_polar (test.test_cmath.CMathTests) ... ok
    test_rect (test.test_cmath.CMathTests) ... ok
    test_specific_values (test.test_cmath.CMathTests) ... ok
    test_user_object (test.test_cmath.CMathTests) ... ok

    ----------------------------------------------------------------------
    Ran 11 tests in 0.063s

    OK
    1 test OK.

I'll leave it to you and Barry to consider if the patch is too hefty for
backport.

Skip
History
Date User Action Args
2009-04-11 14:06:37skip.montanarosetrecipients: + skip.montanaro, barry, mark.dickinson, giampaolo.rodola
2009-04-11 14:06:36skip.montanarolinkissue5724 messages
2009-04-11 14:06:35skip.montanarocreate