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
----------------------------------------------------------------------
I do see the following failure with Python-3.14.0rc2 on OpenIndiana. This is a regression from Python-3.13.7.
Linked PRs