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

This commit is contained in:
Bob Ippolito 2006-05-26 20:25:23 +00:00
parent 5132407868
commit aa70a17e13
2 changed files with 68 additions and 59 deletions

View file

@ -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: