Skip to content

Commit f6b9a6a

Browse files
authored
Remove peek() call, not in 3.15.
1 parent b69e2dc commit f6b9a6a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/test/test_free_threading/test_io.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ def reader():
138138
shared.seek(0)
139139
shared.read()
140140
shared.seek(0)
141-
shared.peek()
142141
shared.getvalue()
143142

144143
threads = [threading.Thread(target=writer) for _ in range(writers)]

0 commit comments

Comments
 (0)