commit | 39a156c505b7dc431a0a4cffcbefca577848db38 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Nov 07 15:08:09 2017 +0200 |
committer | GitHub <noreply@github.com> | Tue Nov 07 15:08:09 2017 +0200 |
tree | a3e32ee0509d3c499e74bc151a33ed38977ae3a4 | |
parent | a935654f0613640535fbf0ba190f81d02a63d35c [diff] |
Fix the sizeof test for dicts with shared keys. (#4311) By accident the size of the empty dict keys object matched the size of values array.