commit | f2a186712bfe726d54723eba37d80c7f0303a50b | [log] [tgz] |
---|---|---|
author | Inada Naoki <songofacandy@gmail.com> | Tue Mar 12 17:25:44 2019 +0900 |
committer | GitHub <noreply@github.com> | Tue Mar 12 17:25:44 2019 +0900 |
tree | 66667f84b514c1550af31d16c58bc2724aa514b1 | |
parent | fc06a192fdc44225ef1cc879f615a81931ad0a85 [diff] |
bpo-30040: new empty dict uses key-sharing dict (GH-1080) Sizeof new empty dict becomes 72 bytes from 240 bytes (amd64). It is same size to empty dict created by dict.clear().