commit | 5323173dee1f20fc53c2df4707ec6d266534b748 | [log] [tgz] |
---|---|---|
author | Jesus Cea <jcea@jcea.es> | Fri Aug 03 14:18:11 2012 +0200 |
committer | Jesus Cea <jcea@jcea.es> | Fri Aug 03 14:18:11 2012 +0200 |
tree | bae19c56eed10e2d870c472a8cb68577455c0291 | |
parent | 077ef45a749ccaa0b7d426c83ca7f8df3523a0e3 [diff] [blame] |
Closes #15514: Correct __sizeof__ support for cpu_set
diff --git a/Misc/NEWS b/Misc/NEWS index efa0eea..049231e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -373,6 +373,9 @@ - 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.