summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2022-05-19 05:43:50 (GMT)
committerGitHub <noreply@github.com>2022-05-19 05:43:50 (GMT)
commit8a6af5a34642f5564220eb50d72caada8f17fc78 (patch)
tree79595d9287532adcd7bb6c7a63950a0ca9e10dca /Misc
parent96f65835f8f66d058b444e0b4e436af45e2902f7 (diff)
downloadcpython-8a6af5a34642f5564220eb50d72caada8f17fc78.zip
cpython-8a6af5a34642f5564220eb50d72caada8f17fc78.tar.gz
cpython-8a6af5a34642f5564220eb50d72caada8f17fc78.tar.bz2
gh-92914: Round the allocated size for lists up to the even number (GH-92915)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2022-05-18-08-32-33.gh-issue-92914.tJUeTD.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-05-18-08-32-33.gh-issue-92914.tJUeTD.rst b/Misc/NEWS.d/next/Core and Builtins/2022-05-18-08-32-33.gh-issue-92914.tJUeTD.rst
new file mode 100644
index 0000000..1242a15
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2022-05-18-08-32-33.gh-issue-92914.tJUeTD.rst
@@ -0,0 +1 @@
+Always round the allocated size for lists up to the nearest even number.