Kaydet (Commit) 575d561c authored tarafından Guido van Rossum's avatar Guido van Rossum

added PyErr_SetInterrupt()

üst e23e1fba
...@@ -124,6 +124,12 @@ intrcheck() ...@@ -124,6 +124,12 @@ intrcheck()
static int interrupted; static int interrupted;
void
PyErr_SetInterrupt()
{
interrupted = 1;
}
/* ARGSUSED */ /* ARGSUSED */
static RETSIGTYPE static RETSIGTYPE
#ifdef _M_IX86 #ifdef _M_IX86
......
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