diff options
author | Raymond Hettinger <python@rcn.com> | 2008-06-24 22:46:07 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2008-06-24 22:46:07 (GMT) |
commit | 9c437af4ebd832d913b85bfb2e666d55565c3665 (patch) | |
tree | 993ca8e99a212478a985cdeec1f92892016ce2da /Lib/test/test_sys.py | |
parent | 4ac817213bdc9fabd6522754ef6088bac02e74ce (diff) | |
download | cpython-9c437af4ebd832d913b85bfb2e666d55565c3665.zip cpython-9c437af4ebd832d913b85bfb2e666d55565c3665.tar.gz cpython-9c437af4ebd832d913b85bfb2e666d55565c3665.tar.bz2 |
Revert 64424, 64438, and 64439.
Diffstat (limited to 'Lib/test/test_sys.py')
-rw-r--r-- | Lib/test/test_sys.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_sys.py b/Lib/test/test_sys.py index c98117a..f1fb615 100644 --- a/Lib/test/test_sys.py +++ b/Lib/test/test_sys.py @@ -523,7 +523,7 @@ class SizeofTest(unittest.TestCase): len_typeobject = p + 2*l + 15*p + l + 4*p + l + 9*p +\ l + 11*p + self.align(4) self.check_sizeof(class_newstyle, - h + len_typeobject + 42*p + 10*p + 3*p + 6*p) + h + len_typeobject + 41*p + 10*p + 3*p + 6*p) def test_specialtypes(self): i = self.i |