]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-92914: Round the allocated size for lists up to the even number (GH-92915) 93822/head
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 14 Jun 2022 19:16:21 +0000 (12:16 -0700)
committerGitHub <noreply@github.com>
Tue, 14 Jun 2022 19:16:21 +0000 (12:16 -0700)
commit73c8f3ff545742132e95b076fa7cea5ca41904fd
tree4fad76701105daf620838b6d2e650f891c545beb
parentcbfbe248e304cc1936f04d3a3d2c3b115dea8663
gh-92914: Round the allocated size for lists up to the even number (GH-92915)

(cherry picked from commit 8a6af5a34642f5564220eb50d72caada8f17fc78)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
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