mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com> Co-authored-by: Peter Bierma <zintensitydev@gmail.com> Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
3 lines
176 B
ReStructuredText
3 lines
176 B
ReStructuredText
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.
|