We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bedfff commit 45bb965Copy full SHA for 45bb965
Lib/test/test_free_threading/test_maketrans_threading.py
@@ -11,7 +11,7 @@ def test_maketrans_dict_concurrent_modification(self):
11
number_of_attempts = 100
12
for _ in range(number_of_iterations):
13
d = {2000: 'a'}
14
-
+
15
def work_iterator(dct):
16
for i in range(number_of_attempts):
17
str.maketrans(dct)
@@ -23,4 +23,4 @@ def work_iterator(dct):
23
work_iterator,
24
nthreads=5,
25
args=(d,),
26
- )
+ )
0 commit comments