]> granicus.if.org Git - python/commit
Fix the sizeof test for dicts with shared keys. (#4311)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 7 Nov 2017 13:08:09 +0000 (15:08 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Nov 2017 13:08:09 +0000 (15:08 +0200)
commit39a156c505b7dc431a0a4cffcbefca577848db38
treea3e32ee0509d3c499e74bc151a33ed38977ae3a4
parenta935654f0613640535fbf0ba190f81d02a63d35c
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.
Lib/test/test_sys.py