summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2012-08-03 12:18:11 (GMT)
committerJesus Cea <jcea@jcea.es>2012-08-03 12:18:11 (GMT)
commit5323173dee1f20fc53c2df4707ec6d266534b748 (patch)
treebae19c56eed10e2d870c472a8cb68577455c0291 /Misc
parent077ef45a749ccaa0b7d426c83ca7f8df3523a0e3 (diff)
downloadcpython-5323173dee1f20fc53c2df4707ec6d266534b748.zip
cpython-5323173dee1f20fc53c2df4707ec6d266534b748.tar.gz
cpython-5323173dee1f20fc53c2df4707ec6d266534b748.tar.bz2
Closes #15514: Correct __sizeof__ support for cpu_set
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 efa0eea..049231e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -373,6 +373,9 @@ Library
- Issue #15487: Add a __sizeof__ implementation for buffered I/O objects.
Patch by Serhiy Storchaka.
+- Issue #15514: Correct __sizeof__ support for cpu_set.
+ Patch by Serhiy Storchaka.
+
- Issue #15187: Bugfix: remove temporary directories test_shutil was leaving
behind.