]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-92914: Round the allocated size for lists up to the even number (GH-92915)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 19 May 2022 05:43:50 +0000 (08:43 +0300)
committerGitHub <noreply@github.com>
Thu, 19 May 2022 05:43:50 +0000 (08:43 +0300)
commit8a6af5a34642f5564220eb50d72caada8f17fc78
tree79595d9287532adcd7bb6c7a63950a0ca9e10dca
parent96f65835f8f66d058b444e0b4e436af45e2902f7
gh-92914: Round the allocated size for lists up to the even number (GH-92915)
Lib/test/test_sys.py
Misc/NEWS.d/next/Core and Builtins/2022-05-18-08-32-33.gh-issue-92914.tJUeTD.rst [new file with mode: 0644]
Objects/listobject.c