Skip to content

Fix the sizeof test for dicts with shared keys.#4311

Merged
serhiy-storchaka merged 1 commit into
python:masterfrom
serhiy-storchaka:test-sizeof-shared-keys
Nov 7, 2017
Merged

Fix the sizeof test for dicts with shared keys.#4311
serhiy-storchaka merged 1 commit into
python:masterfrom
serhiy-storchaka:test-sizeof-shared-keys

Conversation

@serhiy-storchaka

Copy link
Copy Markdown
Member

By accident the size of the empty dict keys object matched the
size of values array.

By accident the size of the empty dict keys object matched the
size of values array.
@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6.
🐍🍒⛏🤖

@serhiy-storchaka serhiy-storchaka deleted the test-sizeof-shared-keys branch November 7, 2017 13:08
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 7, 2017
By accident the size of the empty dict keys object matched the
size of values array.
(cherry picked from commit 39a156c)
@bedevere-bot

Copy link
Copy Markdown

GH-4312 is a backport of this pull request to the 3.6 branch.

serhiy-storchaka pushed a commit that referenced this pull request Nov 7, 2017
By accident the size of the empty dict keys object matched the
size of values array.
(cherry picked from commit 39a156c)
embray pushed a commit to embray/cpython that referenced this pull request Nov 9, 2017
By accident the size of the empty dict keys object matched the
size of values array.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip issue skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants