Commit d816b027 authored by Serhiy Storchaka's avatar Serhiy Storchaka

Fixed sizeof tests for ElementTree (issue #23450).

parent 003169e9
...@@ -55,7 +55,7 @@ class SizeofTest(unittest.TestCase): ...@@ -55,7 +55,7 @@ class SizeofTest(unittest.TestCase):
def setUp(self): def setUp(self):
self.elementsize = support.calcobjsize('5P') self.elementsize = support.calcobjsize('5P')
# extra # extra
self.extra = struct.calcsize('PiiP4P') self.extra = struct.calcsize('PnnP4P')
check_sizeof = support.check_sizeof check_sizeof = support.check_sizeof
......
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