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 a00a6f0 commit bdde91eCopy full SHA for bdde91e
1 file changed
Python/ceval.c
@@ -439,7 +439,7 @@ int pthread_attr_destroy(pthread_attr_t *a)
439
#endif
440
441
442
-void
+static void
443
tstate_set_stack(PyThreadState *tstate,
444
void *stack_start_addr, size_t stack_size)
445
{
@@ -487,7 +487,6 @@ PyUnstable_ThreadState_SetStack(PyThreadState *tstate,
487
}
488
489
490
-
491
void
492
PyUnstable_ThreadState_ResetStack(PyThreadState *tstate)
493
0 commit comments