mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix test_sys.
This commit is contained in:
parent
12f8107f91
commit
9359afff56
1 changed files with 0 additions and 2 deletions
|
@ -452,8 +452,6 @@ class SizeofTest(unittest.TestCase):
|
|||
self.check_sizeof(True, h + l)
|
||||
# buffer
|
||||
self.check_sizeof(buffer(''), h + 2*p + 2*l + self.align(i) +l)
|
||||
# bytearray
|
||||
self.check_sizeof(bytes(), h + self.align(i) + l + p)
|
||||
# cell
|
||||
def get_cell():
|
||||
x = 42
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue