update test_math.py from cpython 3.11.2 by sapsalian · Pull Request #4754 · RustPython/RustPython
def test_math_dist_leak(self): # gh-98897: Check for error handling does not leak memory with self.assertRaises(ValueError): math.dist([1, 2], [3, 4, 5])
def testIsqrt(self): # Test a variety of inputs, large and small. test_values = (