]> granicus.if.org Git - python/commit
Fix the sizeof test for dicts with shared keys. (GH-4311) (#4312)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 Nov 2017 13:59:33 +0000 (05:59 -0800)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 7 Nov 2017 13:59:33 +0000 (15:59 +0200)
commita5dca7d173f9f1d98b13939498269ce3e35b3a07
tree1bbeb35657cbdd6dd18cab6380a104597cc79d3b
parentef6f224ae6cd63f47bd2bf7084b8f982d9825be7
Fix the sizeof test for dicts with shared keys. (GH-4311) (#4312)

By accident the size of the empty dict keys object matched the
size of values array.
(cherry picked from commit 39a156c505b7dc431a0a4cffcbefca577848db38)
Lib/test/test_sys.py