Skip to content

Commit 654cc70

Browse files
committed
address review: split news
1 parent c1a6753 commit 654cc70

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
:c:func:`_Py_c_abs` no longer sets :c:data:`errno` to zero on success, but
2+
rather leaves it unchanged. Patch by Sergey B Kirpichev.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
Fix spurious :exc:`OverflowError` for ``abs(nanj)`` in case :c:data:`errno` was
22
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.
3+
Patch by Sergey B Kirpichev.

0 commit comments

Comments
 (0)