Fixed sizeof tests for ElementTree (issue #23450).

This commit is contained in:
Serhiy Storchaka 2015-02-16 23:58:46 +02:00
parent 67559bf8f1
commit 43036a66c3
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ class SizeofTest(unittest.TestCase):
def setUp(self):
self.elementsize = support.calcobjsize('5P')
# extra
self.extra = struct.calcsize('PiiP4P')
self.extra = struct.calcsize('PnnP4P')
check_sizeof = support.check_sizeof