Commit 466b4e9d authored by Robert Bradshaw's avatar Robert Bradshaw

Elide unstable OverflowError message.

parent 2ef200bd
...@@ -125,7 +125,7 @@ def test_typedef_vector(o): ...@@ -125,7 +125,7 @@ def test_typedef_vector(o):
>>> test_typedef_vector([1, 2, 3**100]) >>> test_typedef_vector([1, 2, 3**100])
Traceback (most recent call last): Traceback (most recent call last):
... ...
OverflowError: Python int too large to convert to C long OverflowError: ...
>>> test_typedef_vector([1, 2, None]) >>> test_typedef_vector([1, 2, None])
Traceback (most recent call last): Traceback (most recent call last):
... ...
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment