You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
abs(complex) no longer raises OverflowError if errno was set to ERANGE
by some library call but abs() doesn't overflow.
_Py_c_abs() no longer sets errno to zero on success, but rather leaves it
unchanged.
Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: hpkfft.com <paul@hpkfft.com>
0 commit comments