Skip to content

Commit 8c982dd

Browse files
authored
Apply suggestion from @skirpichev
1 parent 7c6cceb commit 8c982dd

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

0 commit comments

Comments
 (0)