We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3305a67 commit 827273fCopy full SHA for 827273f
Python/ceval.c
@@ -322,7 +322,7 @@ _PyEval_SignalReceived(void)
322
SIGNAL_PENDING_SIGNALS();
323
}
324
325
-int
+static int
326
_add_pending_call(int (*func)(void *), void *arg)
327
{
328
// TODO: Drop the limit?
@@ -349,7 +349,7 @@ _add_pending_call(int (*func)(void *), void *arg)
349
return 0;
350
351
352
-void
+static void
353
_pop_pending_call(int (**func)(void *), void **arg)
354
355
struct _pending_call *call = _PyRuntime.ceval.pending.head;
0 commit comments