blob: fc1044ea9c64b4871b4a0b75229017bbfcb1d454 [file] [log] [blame]
Shift operation now has less opportunity to raise OverflowError. ValueError
always is raised rather than OverflowError for negative counts. Shifting
zero with non-negative count always returns zero.