]> granicus.if.org Git - python/commit
Issue #8986: erfc was raising OverflowError on Linux for arguments in
authorMark Dickinson <dickinsm@gmail.com>
Sun, 13 Jun 2010 10:50:29 +0000 (10:50 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 13 Jun 2010 10:50:29 +0000 (10:50 +0000)
commite979ec8fbf873efc266e665ae946df30dea97f6e
treeb7874d842ee46fc829ea31fe335dd284fd42945d
parent8842c356aa98869e3d80b10cad5d5aeee22d5569
Issue #8986: erfc was raising OverflowError on Linux for arguments in
the (approximate) range (-27.3, 30.0), as a result of an escaped errno
value.
Lib/test/math_testcases.txt
Lib/test/test_math.py
Misc/ACKS
Misc/NEWS
Modules/mathmodule.c