Kaydet (Commit) a8441ded authored tarafından Jack Jansen's avatar Jack Jansen

Added (dummy) PyOS_FiniInterrupts

üst 7330b39a
......@@ -374,6 +374,11 @@ PyOS_InitInterrupts()
signal(SIGINT, intcatcher);
}
void
PyOS_FiniInterrupts()
{
}
/*
** This routine scans the event queue looking for cmd-.
** This is the only way to get an interrupt under THINK (since it
......
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