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 d112c60 commit 3cde884Copy full SHA for 3cde884
1 file changed
Modules/_threadmodule.c
@@ -1001,10 +1001,8 @@ t_bootstrap(void *boot_raw)
1001
{
1002
struct bootstate *boot = (struct bootstate *) boot_raw;
1003
PyThreadState *tstate;
1004
- _PyRuntimeState *runtime;
1005
PyObject *res;
1006
1007
- runtime = boot->runtime;
1008
tstate = boot->tstate;
1009
tstate->thread_id = PyThread_get_thread_ident();
1010
_PyThreadState_Init(tstate);
0 commit comments