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 b69e2dc commit f6b9a6aCopy full SHA for f6b9a6a
1 file changed
Lib/test/test_free_threading/test_io.py
@@ -138,7 +138,6 @@ def reader():
138
shared.seek(0)
139
shared.read()
140
141
- shared.peek()
142
shared.getvalue()
143
144
threads = [threading.Thread(target=writer) for _ in range(writers)]
0 commit comments