mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
closes bpo-34640: Remove the TANH_PRESERVES_ZERO_SIGN configure check. (GH-9206)
This commit is contained in:
parent
7f0d59f3a8
commit
865c17fb28
5 changed files with 0 additions and 81 deletions
|
@ -577,8 +577,6 @@ class CMathTests(unittest.TestCase):
|
|||
self.assertTrue(cmath.isinf(complex(INF, NAN)))
|
||||
|
||||
@requires_IEEE_754
|
||||
@unittest.skipIf(sysconfig.get_config_var('TANH_PRESERVES_ZERO_SIGN') == 0,
|
||||
"system tanh() function doesn't copy the sign")
|
||||
def testTanhSign(self):
|
||||
for z in complex_zeros:
|
||||
self.assertComplexIdentical(cmath.tanh(z), z)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue