-
Damien George authored
Python semantics are that rhs of shift must be non-negative, so there's no need to handle negative values in the underlying mpz implementation.
Damien George authoredPython semantics are that rhs of shift must be non-negative, so there's no need to handle negative values in the underlying mpz implementation.