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 2c5e7ef commit b36bd50Copy full SHA for b36bd50
Lib/test/test_free_threading/test_reversed.py
@@ -8,9 +8,8 @@ class TestReversed(unittest.TestCase):
8
9
@threading_helper.reap_threads
10
def test_reversed(self):
11
- # Test reading out the iterator with multiple threads cannot corrupt
12
- # the reversed iterator state.
13
- # The reversed iterator is not guaranteed to be thread safe
+ # Iterating over the iterator with multiple threads should not
+ # emit TSAN warnings
14
number_of_iterations = 10
15
number_of_threads = 10
16
size = 1_000
0 commit comments