Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 59fcae7

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

File tree

Expand file treeCollapse file tree

2 files changed

+0
-3
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+0
-3
lines changed

‎Lib/test/test_embed.py

Copy file name to clipboardExpand all lines: Lib/test/test_embed.py
-2Lines 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

Copy file name to clipboardExpand all lines: Lib/test/test_long.py
-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.