GNOME Bugzilla – Bug 705057
Overflow errors on 32 bit architecture
Last modified: 2013-07-29 06:16:10 UTC
The unittest suite currently fails on 32 bit machines with OverflowErrors where ValueErrors are expected.
Created attachment 250346 [details] [review] Use Python error messages for marshaling integers from Python Use Pythons default error messages where possible. Change all explicitly raised ValueError to use OverflowError for out of range data.
Comment on attachment 250346 [details] [review] Use Python error messages for marshaling integers from Python LGTM, and verified on 32-bit with python 2.7 and 3.3, and on 64 bit with python 3.3.
Attachment 250346 [details] pushed as b5dcb18 - Use Python error messages for marshaling integers from Python