summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2012-08-03 12:52:12 (GMT)
committerJesus Cea <jcea@jcea.es>2012-08-03 12:52:12 (GMT)
commit1659b75189d366ed05e7e43d394513ee5c5dc790 (patch)
treefe90b20bc24bb4876a8e7cda2ac68373237b0ad5 /Misc
parent88ca04e6a8d1e5b31da69717e0e0cde2c069d7eb (diff)
parent16e2fca47e44e6244d7aaa285fde5ae162c4baab (diff)
downloadcpython-1659b75189d366ed05e7e43d394513ee5c5dc790.zip
cpython-1659b75189d366ed05e7e43d394513ee5c5dc790.tar.gz
cpython-1659b75189d366ed05e7e43d394513ee5c5dc790.tar.bz2
MERGE: Closes #15469: Correct __sizeof__ support for deque
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7bc00bd..302c62c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -370,6 +370,9 @@ Library
- Issue #15512: Add a __sizeof__ implementation for parser.
Patch by Serhiy Storchaka.
+- Issue #15469: Add a __sizeof__ implementation for deque objects.
+ Patch by Serhiy Storchaka.
+
- Issue #15489: Add a __sizeof__ implementation for BytesIO objects.
Patch by Serhiy Storchaka.