8000 fix duplicated keys in `Lib/test/test_long.py` fixtures · python/cpython@68ca21f · GitHub
[go: up one dir, main page]

Skip to content

Commit 68ca21f

Browse files
committed
fix duplicated keys in Lib/test/test_long.py fixtures
1 parent e712f16 commit 68ca21f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_long.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1470,7 +1470,6 @@ def equivalent_python(byte_array, byteorder, signed=False):
14701470
b'\x00': 0,
14711471
b'\x00\x00': 0,
14721472
b'\x01': 1,
1473-
b'\x00\x01': 256,
14741473
b'\xff': -1,
14751474
b'\xff\xff': -1,
14761475
b'\x81': -127,

0 commit comments

Comments
 (0)
0