mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
enable all of the struct tests, use ssize_t, fix some whitespace
This commit is contained in:
parent
5132407868
commit
aa70a17e13
2 changed files with 68 additions and 59 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue