[issue5724] 2.6.2c1 fails to pass test_cmath on Solaris10

2009-05-04 Thread Mark Dickinson
Mark Dickinson added the comment: Applied in r72275. I've also applied the same changes to the release30-maint branch in r72277. -- resolution: accepted -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker

[issue5724] 2.6.2c1 fails to pass test_cmath on Solaris10

2009-05-03 Thread Mark Dickinson
Changes by Mark Dickinson : -- assignee: barry -> marketdickinson ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue5724] 2.6.2c1 fails to pass test_cmath on Solaris10

2009-04-13 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: Accepted for 2.6.3. -- resolution: -> accepted ___ Python tracker ___ ___ Python-bugs-list mailing

[issue5724] 2.6.2c1 fails to pass test_cmath on Solaris10

2009-04-13 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: We'll omit this for 2.6.2. Mark, please feel free to apply it once 2.6.2 is released so that it makes it into 2.6.3. -- priority: release blocker -> high ___ Python tracker _

[issue5724] 2.6.2c1 fails to pass test_cmath on Solaris10

2009-04-11 Thread Skip Montanaro
Skip Montanaro added the comment: FWIW, with the patch applied all tests still pass on Mac OS X 10.5.6 (Intel). S -- ___ Python tracker ___ _

[issue5724] 2.6.2c1 fails to pass test_cmath on Solaris10

2009-04-11 Thread Skip Montanaro
Skip Montanaro added the comment: 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

[issue5724] 2.6.2c1 fails to pass test_cmath on Solaris10

2009-04-11 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola' : -- nosy: +giampaolo.rodola ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:/

[issue5724] 2.6.2c1 fails to pass test_cmath on Solaris10

2009-04-11 Thread Mark Dickinson
Mark Dickinson added the comment: Just to say, I'm a bit uncomfortable with a patch this large going into a release candidate. It's all code that's been backported from 2.7, so it *should* be okay, but I really don't want to be responsible for breaking 2.6.2. The test failure that Skip repo

[issue5724] 2.6.2c1 fails to pass test_cmath on Solaris10

2009-04-11 Thread Mark Dickinson
Mark Dickinson added the comment: Here's a patch that backports the corresponding changes from trunk. Skip, can you confirm that this fixes the issue? -- keywords: +patch Added file: http://bugs.python.org/file13670/issue5724.patch ___ Python tracke

[issue5724] 2.6.2c1 fails to pass test_cmath on Solaris10

2009-04-11 Thread Mark Dickinson
Mark Dickinson added the comment: Sorry for the late reply: I've been away for a few days. This looks like the same problem as issue 4575, so should already be fixed in the trunk and py3k. It looks as though I never got around to backporting the fix to 2.6 (or 3.0). I'll do that today. -

[issue5724] 2.6.2c1 fails to pass test_cmath on Solaris10

2009-04-08 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: I'll mark this as a release blocker for 2.6.2 for now, until Mark weighs in. -- priority: -> release blocker ___ Python tracker ___ __

[issue5724] 2.6.2c1 fails to pass test_cmath on Solaris10

2009-04-08 Thread Skip Montanaro
Changes by Skip Montanaro : -- nosy: +marketdickinson ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue5724] 2.6.2c1 fails to pass test_cmath on Solaris10

2009-04-08 Thread Skip Montanaro
New submission from Skip Montanaro : I configured and built Python 2.6.2c1 on Solaris 10 using gcc 4.2. All tests pass except cmath: % 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.t