8000 Remove duplicated dict keys in `test_{embed,long}.py` fixtures (#128727) · python/cpython@59fcae7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 59fcae7

Browse files
authored
Remove duplicated dict keys in test_{embed,long}.py fixtures (#128727)
1 parent da0f47c commit 59fcae7

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Lib/test/test_embed.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,6 @@ def test_init_compat_env(self):
10491049
'use_hash_seed': True,
10501050
'hash_seed': 42,
10511051
'tracemalloc': 2,
1052-
'perf_profiling': 0,
10531052
'import_time': True,
10541053
'code_debug_ranges': False,
10551054
'malloc_stats': True,
@@ -1086,7 +1085,6 @@ def test_init_python_env(self):
10861085
'use_hash_seed': True,
10871086
'hash_seed': 42,
10881087
'tracemalloc': 2,
1089-
'perf_profiling': 0,
10901088
'import_time': True,
10911089
'code_debug_ranges': False,
10921090
'malloc_stats': True,

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