summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorINADA Naoki <methane@users.noreply.github.com>2018-07-10 08:19:53 (GMT)
committerGitHub <noreply@github.com>2018-07-10 08:19:53 (GMT)
commit5ac9e6eee5ed18172d70d28cf438df0be4e3b83d (patch)
treeb2bce47540d64667dea6e872148ea5529a654d18 /Misc/NEWS.d
parent445f1b35ce8461268438c8a6b327ddc764287e05 (diff)
downloadcpython-5ac9e6eee5ed18172d70d28cf438df0be4e3b83d.zip
cpython-5ac9e6eee5ed18172d70d28cf438df0be4e3b83d.tar.gz
cpython-5ac9e6eee5ed18172d70d28cf438df0be4e3b83d.tar.bz2
bpo-33597: Reduce PyGC_Head size (GH-7043)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2018-05-28-21-17-31.bpo-33597.r0ToM4.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2018-05-28-21-17-31.bpo-33597.r0ToM4.rst b/Misc/NEWS.d/next/Core and Builtins/2018-05-28-21-17-31.bpo-33597.r0ToM4.rst
new file mode 100644
index 0000000..b6baab2
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2018-05-28-21-17-31.bpo-33597.r0ToM4.rst
@@ -0,0 +1 @@
+Reduce ``PyGC_Head`` size from 3 words to 2 words.