You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
skirpichev
changed the title
Add PyLong_IsPositive(), PyLong_IsNegative() and PyLong_IsZero()
Add PyLong_IsPositive/Zero/Negative() functions
Oct 28, 2024
as alternative API to PyLong_GetSign().
It seems, C-API WG is positive on this, see capi-workgroup/decisions#29. This issue will track implementation.
Linked PRs
The text was updated successfully, but these errors were encountered: