You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gh-75876: Correct the memory use declared by two bigmem tests
repr() of a list or a tuple of 2**31 False takes 15.3 bytes per item, not 15,
and str.split() takes 10.7 bytes per item and more for a larger string, not 10.
The difference is small, but it grows with the size of the test: 614 MiB for
test_repr_large.
0 commit comments