Skip to content

Commit bf92f8e

Browse files
authored
Apply suggestion from @skirpichev
1 parent 386719a commit bf92f8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Fix spurious :exc:`OverflowError` for ``abs(nan)`` in case :c:data:`errno` was
1+
Fix spurious :exc:`OverflowError` for ``abs(nanj)`` in case :c:data:`errno` was
22
previously set to :c:macro:`!ERANGE` by some library call.
33
:c:func:`_Py_c_abs` no longer sets :c:data:`errno` to zero on success,
44
but rather leaves it unchanged. Patch by Sergey B Kirpichev.

0 commit comments

Comments
 (0)