mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Added (dummy) PyOS_FiniInterrupts
This commit is contained in:
parent
7330b39a41
commit
a8441ded7a
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue