Skip to content

Commit ffad7f7

Browse files
committed
DOC: add additional qualifier to expected behavior of PyOS_InputHook
1 parent 1d13392 commit ffad7f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/c-api/veryhigh.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ the same library that the Python runtime is using.
143143
event loops, as done in the :file:`Modules/_tkinter.c` in the
144144
Python source code.
145145
146-
This function should block until stdin is readable.
146+
This function should block until stdin is readable but may return
147+
early.
147148
148149
.. versionchanged:: 3.12
149150
This function is only called from the

0 commit comments

Comments
 (0)