Skip to content

Commit 56cc384

Browse files
Review
1 parent 79356fd commit 56cc384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/sys.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Operating System Utilities
130130
Returns ``1`` if a :c:macro:`!SIGINT` has occurred and clears the signal flag,
131131
or ``0`` otherwise.
132132
133-
This function is async-signal-safe.
133+
This function is async-signal-safe and this function cannot fail.
134134
The caller must hold an :term:`attached thread state`.
135135
136136
In most cases, you should prefer :c:func:`PyErr_CheckSignals` over this function.

0 commit comments

Comments
 (0)