summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C_API/2024-10-28-15-56-03.gh-issue-126061.Py51_1.rst
blob: 0a4ad4ea2874cfc3c1a285addf8877ddf5bdaf5e (plain)
1
2
3
Add :c:func:`PyLong_IsPositive`, :c:func:`PyLong_IsNegative`
and :c:func:`PyLong_IsZero` for checking if a :c:type:`PyLongObject`
is positive, negative, or zero, respectively.