Skip to content

Remove duplicated dict keys in test_embed.py and test_long.py #128727

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 20, 2025

Conversation

picnixz
Copy link
Member

@picnixz picnixz commented Jan 11, 2025

For test_long, I'm pretty sure that this is a benign removal as we really have two identical duplicated entries, but for test_embed, I want to be sure that the tests are actually correct ('perf_profiling': 1 would anyway be overwriting 'perf_profiling': 0, but I want to be sure that we indeed want 'perf_profiling': 1) in the first place. Or is it to make debugging easier?

If needed, I can make the changes related to test_embed as part of gh-107954.

Copy link
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@picnixz picnixz merged commit 59fcae7 into python:main Jan 20, 2025
48 checks passed
@picnixz picnixz deleted the fix/duplicated-dict-keys branch January 20, 2025 12:50
srinivasreddy pushed a commit to srinivasreddy/cpython that referenced this pull request Jan 21, 2025
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.

2 participants