summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMeador Inge <meadori@gmail.com>2012-08-11 04:21:39 (GMT)
committerMeador Inge <meadori@gmail.com>2012-08-11 04:21:39 (GMT)
commit80dd1af4e0ee07b2f65833835754f0a27bf48975 (patch)
tree1d7f04a3c9fd2268459b864ea89abdb83ed7e8ea /Misc
parent688a551ca075ed28126e11b5935ed0649d1e3b83 (diff)
parent03b4d5072aa044d8c6827e387b647dcc6c9d0ff6 (diff)
downloadcpython-80dd1af4e0ee07b2f65833835754f0a27bf48975.zip
cpython-80dd1af4e0ee07b2f65833835754f0a27bf48975.tar.gz
cpython-80dd1af4e0ee07b2f65833835754f0a27bf48975.tar.bz2
Issue #15424: Add a __sizeof__ implementation for array objects.
Patch by Ludwig Hähne.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 4dce609..03708967 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -479,6 +479,7 @@ Greg Humphreys
Eric Huss
Taihyun Hwang
Jeremy Hylton
+Ludwig Hähne
Gerhard Häring
Fredrik Håård
Catalin Iacob
diff --git a/Misc/NEWS b/Misc/NEWS
index 972e769..3de6805 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -80,6 +80,9 @@ Core and Builtins
Library
-------
+- Issue #15424: Add a __sizeof__ implementation for array objects.
+ Patch by Ludwig Hähne.
+
- Issue #15576: Allow extension modules to act as a package's __init__ module.
- Issue #15502: Have importlib.invalidate_caches() work on sys.meta_path