-
-
Notifications
You must be signed in to change notification settings - Fork 33k
Open
Labels
OS-unsupportedextension-modulesC modules in the Modules dirC modules in the Modules dirtestsTests in the Lib/test dirTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
I do see the following failure with Python-3.14.0rc2 on OpenIndiana. This is a regression from Python-3.13.7.
======================================================================
ERROR: testAtan2 (test.test_math.MathTests.testAtan2)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/data/builds/ul-workspace/components/python/python-314/Python-3.14.0rc2/Lib/test/test_math.py", line 339, in testAtan2
self.ftest('atan2(0., -0.)', math.atan2(0., -0.), math.pi)
~~~~~~~~~~^^^^^^^^^
ValueError: math domain error
----------------------------------------------------------------------
Linked PRs
Metadata
Metadata
Assignees
Labels
OS-unsupportedextension-modulesC modules in the Modules dirC modules in the Modules dirtestsTests in the Lib/test dirTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Projects
Status
Done