Commit aa70a17e authored by Bob Ippolito's avatar Bob Ippolito

enable all of the struct tests, use ssize_t, fix some whitespace

parent 51324078
......@@ -323,7 +323,7 @@ class IntTester:
else:
# x is out of range -- verify pack realizes that.
if code in self.BUGGY_RANGE_CHECK:
if not PY_STRUCT_RANGE_CHECKING and code in self.BUGGY_RANGE_CHECK:
if verbose:
print "Skipping buggy range check for code", code
else:
......
This diff is collapsed.
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