mirror of https://github.com/python/cpython
Fixed sizeof tests for ElementTree (issue #23450).
This commit is contained in:
parent
67559bf8f1
commit
43036a66c3
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue