diff options
Diffstat (limited to 'Misc/NEWS.d/next/C API/2021-10-08-15-54-07.bpo-45412.KHyJCT.rst')
-rw-r--r-- | Misc/NEWS.d/next/C API/2021-10-08-15-54-07.bpo-45412.KHyJCT.rst | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Misc/NEWS.d/next/C API/2021-10-08-15-54-07.bpo-45412.KHyJCT.rst b/Misc/NEWS.d/next/C API/2021-10-08-15-54-07.bpo-45412.KHyJCT.rst deleted file mode 100644 index 4974681..0000000 --- a/Misc/NEWS.d/next/C API/2021-10-08-15-54-07.bpo-45412.KHyJCT.rst +++ /dev/null @@ -1,9 +0,0 @@ -Remove the following math macros using the ``errno`` variable: - -* ``Py_ADJUST_ERANGE1()`` -* ``Py_ADJUST_ERANGE2()`` -* ``Py_OVERFLOWED()`` -* ``Py_SET_ERANGE_IF_OVERFLOW()`` -* ``Py_SET_ERRNO_ON_MATH_ERROR()`` - -Patch by Victor Stinner. |