_PyLong_Sign

Return 0 if v is 0, -1 if v < 0, +1 if v > 0. v must not be NULL, and must be a normalized long. There are no error cases.

extern (C)
int
_PyLong_Sign

Meta