Kaydet (Commit) 082f14b6 authored tarafından Georg Brandl's avatar Georg Brandl

Patch #1592072: fix docs for return value of PyErr_CheckSignals.

 (backport from rev. 52666)
üst a1e34222
......@@ -328,7 +328,7 @@ for each thread.
default effect for \constant{SIGINT}\ttindex{SIGINT} is to raise the
\withsubitem{(built-in exception)}{\ttindex{KeyboardInterrupt}}
\exception{KeyboardInterrupt} exception. If an exception is raised
the error indicator is set and the function returns \code{1};
the error indicator is set and the function returns \code{-1};
otherwise the function returns \code{0}. The error indicator may or
may not be cleared if it was previously set.
\end{cfuncdesc}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment