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 b8b8cf4 commit 7ac914eCopy full SHA for 7ac914e
1 file changed
Lib/test/test_free_threading/test_io.py
@@ -67,6 +67,10 @@ def readinto(barrier, b, into, *ignore):
67
barrier.wait()
68
b.readinto(into)
69
70
+ def peek(barrier, b, into, *ignore):
71
+ barrier.wait()
72
+ b.peek(into)
73
+
74
def close(barrier, b, *ignore):
75
76
b.close()
0 commit comments