[issue3682] test_math: math.log(-ninf) fails to raise exception on OpenBSD

2008-12-11 Thread Mark Dickinson
Mark Dickinson added the comment: I've committed the issue 3167 fix in revisions r67707 to r67710. I'm fairly sure that this patch should resolve this issue. (Let me know if it doesn't.) -- resolution: -> fixed status: open -> closed ___ Python tr

[issue3682] test_math: math.log(-ninf) fails to raise exception on OpenBSD

2008-12-06 Thread Mark Dickinson
Mark Dickinson <[EMAIL PROTECTED]> added the comment: Damien, if you're still there: Please could you try the patch "math_log.patch" attached to issue 3167, and let me know whether it fixes the test failure? ___ Python tracker <[EMAIL PROTECTED]>

[issue3682] test_math: math.log(-ninf) fails to raise exception on OpenBSD

2008-09-03 Thread Mark Dickinson
Mark Dickinson <[EMAIL PROTECTED]> added the comment: It's possible that this patch would cause breakage on other systems: there's a reason that errno is currently ignored, which is that it can't be trusted on all systems (notably Linux: on one Linux system I've used of three different evaluatio

[issue3682] test_math: math.log(-ninf) fails to raise exception on OpenBSD

2008-08-25 Thread Christian Heimes
Changes by Christian Heimes <[EMAIL PROTECTED]>: -- assignee: -> marketdickinson nosy: +marketdickinson priority: -> high ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue3682] test_math: math.log(-ninf) fails to raise exception on OpenBSD

2008-08-25 Thread Damien Miller
New submission from Damien Miller <[EMAIL PROTECTED]>: Hi, On OpenBSD 4.4, the test_math.py regression test fails with the following: Traceback (most recent call last): File "Lib/test/test_math.py", line 419, in testLog self.assertRaises(ValueError, math.log, NINF) AssertionError: ValueEr