I see two more failures on 32bit. These tests should be skipped, and/or a custom exception be raised to indicate functionality is unsupported on 32bit.
I believe the problem here is that it tries to catch this error, but uses ValueError rather than OverflowError. I guess this changed in Python at some point.
I see two more failures on 32bit. These tests should be skipped, and/or a custom exception be raised to indicate functionality is unsupported on 32bit.