Skip to content
  • Paul Sokolovsky's avatar
    objint_mpz: Quick&dirty implementation of bitwise operations. · 57207b88
    Paul Sokolovsky authored
    Made solely to unbreak int-long.py test which in turn uncovered thinko
    with implementation of inplace ops. On mpz level, bitwise ops implemented
    only for same-sign numbers, and are not efficient (unconditional calling of
    mpn_cmp() is apparently superfluous).
    57207b88