diff options
author | Aaron Hall, MBA <aaronchall@yahoo.com> | 2017-06-06 19:34:57 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2017-06-06 19:34:57 (GMT) |
commit | ff48739ed0a3f366c4d56d3c86a37cbdeec600de (patch) | |
tree | 8fb90607c6db799e328cd8a9a52e6905f29b876e /Misc | |
parent | ec19ba210bba2c3097232a05d7dbe093beb5f833 (diff) | |
download | cpython-ff48739ed0a3f366c4d56d3c86a37cbdeec600de.zip cpython-ff48739ed0a3f366c4d56d3c86a37cbdeec600de.tar.gz cpython-ff48739ed0a3f366c4d56d3c86a37cbdeec600de.tar.bz2 |
bpo-30463: Add an empty __slots__ to abc.ABC.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -345,6 +345,9 @@ Extension Modules Library ------- +- bpo-30463: Addded empty __slots__ to abc.ABC. This allows subclassers + to deny __dict__ and __weakref__ creation. Patch by Aaron Hall. + - bpo-30520: Loggers are now pickleable. - bpo-30557: faulthandler now correctly filters and displays exception codes |