mirror of
https://github.com/python/cpython.git
synced 2025-10-18 12:48:57 +00:00
rename sigcheck so signal handling works again
This commit is contained in:
parent
64fc649095
commit
ec25b91ba3
1 changed files with 1 additions and 1 deletions
|
@ -407,7 +407,7 @@ initsignal()
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
sigcheck()
|
PyErr_CheckSignals()
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
PyObject *f;
|
PyObject *f;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue