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 79356fd commit 56cc384Copy full SHA for 56cc384
Doc/c-api/sys.rst
@@ -130,7 +130,7 @@ Operating System Utilities
130
Returns ``1`` if a :c:macro:`!SIGINT` has occurred and clears the signal flag,
131
or ``0`` otherwise.
132
133
- This function is async-signal-safe.
+ This function is async-signal-safe and this function cannot fail.
134
The caller must hold an :term:`attached thread state`.
135
136
In most cases, you should prefer :c:func:`PyErr_CheckSignals` over this function.
0 commit comments