mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fixed sizeof tests for ElementTree (issue #23450).
This commit is contained in:
parent
67559bf8f1
commit
43036a66c3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue