added back test mistakedly removed.
We have to check both TypeError and OverflowError. On Python3 32-bit, we'll get an OverflowError, otherwise, we get type error.
Showing
Please register or sign in to comment
We have to check both TypeError and OverflowError. On Python3 32-bit, we'll get an OverflowError, otherwise, we get type error.