diff options
author | Meador Inge <meadori@gmail.com> | 2012-08-11 04:21:39 (GMT) |
---|---|---|
committer | Meador Inge <meadori@gmail.com> | 2012-08-11 04:21:39 (GMT) |
commit | 80dd1af4e0ee07b2f65833835754f0a27bf48975 (patch) | |
tree | 1d7f04a3c9fd2268459b864ea89abdb83ed7e8ea /Misc | |
parent | 688a551ca075ed28126e11b5935ed0649d1e3b83 (diff) | |
parent | 03b4d5072aa044d8c6827e387b647dcc6c9d0ff6 (diff) | |
download | cpython-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/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -479,6 +479,7 @@ Greg Humphreys Eric Huss Taihyun Hwang Jeremy Hylton +Ludwig Hähne Gerhard Häring Fredrik Håård Catalin Iacob @@ -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 |