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 b384a71 commit 3aa68a4Copy full SHA for 3aa68a4
1 file changed
Lib/test/test_free_threading/test_io.py
@@ -28,10 +28,6 @@ def check(self, funcs, *args):
28
def test_free_threading(self):
29
"""Test for segfaults and aborts."""
30
31
- def read(barrier, b, *ignore):
32
- barrier.wait()
33
- b.read()
34
-
35
def write(barrier, b, *ignore):
36
barrier.wait()
37
try: b.write(b'0' * randint(100, 1000))
0 commit comments