blob: 49746810ee5b9ff05260124ed0c3ac9d89042c1d (
plain)
1
2
3
4
5
6
7
8
9
|
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.
|