8000 Remove duplicated dict keys in `test_embed.py` and `test_long.py` by picnixz · Pull Request #128727 · python/cpython · GitHub
[go: up one dir, main page]

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
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix duplicated keys in Lib/test/test_long.py fixtures
  • Loading branch information
picnixz committed Jan 10, 2025
commit 68ca21f570b4a59eb63177eefe7cb06137dcd8f0
1 change: 0 additions & 1 deletion Lib/test/test_long.py
Original file line number Diff line number Diff line change
Expand Up @@ -1470,7 +1470,6 @@ def equivalent_python(byte_array, byteorder, signed=False):
b'\x00': 0,
b'\x00\x00': 0,
b'\x01': 1,
b'\x00\x01': 256,
b'\xff': -1,
b'\xff\xff': -1,
b'\x81': -127,
Expand Down
Loading
0