summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2015-03-10 21:35:24 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2015-03-10 21:35:24 (GMT)
commit63afdaa1105de24e87658e82de314a37d341f02b (patch)
treef9795c023e2737feb82f974f351beff0b665d87d /Misc/NEWS
parent12541dc22ef3bbc2469b910eeb8daa4cd5675873 (diff)
parenta654510150cb738b61033c32e30bd4be9f0ed6ed (diff)
downloadcpython-63afdaa1105de24e87658e82de314a37d341f02b.zip
cpython-63afdaa1105de24e87658e82de314a37d341f02b.tar.gz
cpython-63afdaa1105de24e87658e82de314a37d341f02b.tar.bz2
Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2a5e4e9..d6b2583 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Release date: 2015-03-28
Core and Builtins
-----------------
+- Issue #23629: Fix the default __sizeof__ implementation for variable-sized
+ objects.
+
Library
-------