commit | 5c4064e8bd199d70eefd7ec24766957c22f1b8e8 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sat Dec 19 20:05:25 2015 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sat Dec 19 20:05:25 2015 +0200 |
tree | a38d9933d5ee0d72fbebba31f046686e678a2c3c | |
parent | efd7b34d7c4e401bbecb343da7c9506137a3b2fe [diff] |
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size. This allows sys.getsize() to work correctly with their subclasses with __slots__ defined.