diff options
author | Jesus Cea <jcea@jcea.es> | 2012-08-03 12:18:11 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2012-08-03 12:18:11 (GMT) |
commit | 5323173dee1f20fc53c2df4707ec6d266534b748 (patch) | |
tree | bae19c56eed10e2d870c472a8cb68577455c0291 /Misc | |
parent | 077ef45a749ccaa0b7d426c83ca7f8df3523a0e3 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |