mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
Remove duplicated dict keys in test_{embed,long}.py
fixtures (#128727)
This commit is contained in:
parent
da0f47ceab
commit
59fcae793f
2 changed files with 0 additions and 3 deletions
|
@ -1049,7 +1049,6 @@ class InitConfigTests(EmbeddingTestsMixin, unittest.TestCase):
|
||||||
'use_hash_seed': True,
|
'use_hash_seed': True,
|
||||||
'hash_seed': 42,
|
'hash_seed': 42,
|
||||||
'tracemalloc': 2,
|
'tracemalloc': 2,
|
||||||
'perf_profiling': 0,
|
|
||||||
'import_time': True,
|
'import_time': True,
|
||||||
'code_debug_ranges': False,
|
'code_debug_ranges': False,
|
||||||
'malloc_stats': True,
|
'malloc_stats': True,
|
||||||
|
@ -1086,7 +1085,6 @@ class InitConfigTests(EmbeddingTestsMixin, unittest.TestCase):
|
||||||
'use_hash_seed': True,
|
'use_hash_seed': True,
|
||||||
'hash_seed': 42,
|
'hash_seed': 42,
|
||||||
'tracemalloc': 2,
|
'tracemalloc': 2,
|
||||||
'perf_profiling': 0,
|
|
||||||
'import_time': True,
|
'import_time': True,
|
||||||
'code_debug_ranges': False,
|
'code_debug_ranges': False,
|
||||||
'malloc_stats': True,
|
'malloc_stats': True,
|
||||||
|
|
|
@ -1470,7 +1470,6 @@ class LongTest(unittest.TestCase):
|
||||||
b'\x00': 0,
|
b'\x00': 0,
|
||||||
b'\x00\x00': 0,
|
b'\x00\x00': 0,
|
||||||
b'\x01': 1,
|
b'\x01': 1,
|
||||||
b'\x00\x01': 256,
|
|
||||||
b'\xff': -1,
|
b'\xff': -1,
|
||||||
b'\xff\xff': -1,
|
b'\xff\xff': -1,
|
||||||
b'\x81': -127,
|
b'\x81': -127,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue