Skip to content

Commit 4b9a569

Browse files
committed
clear ci warning
1 parent 6257837 commit 4b9a569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/pystate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1848,9 +1848,9 @@ _PyThreadState_RemoveExcept(PyThreadState *tstate)
18481848
{
18491849
assert(tstate != NULL);
18501850
PyInterpreterState *interp = tstate->interp;
1851-
_PyRuntimeState *runtime = interp->runtime;
18521851

18531852
#ifdef Py_GIL_DISABLED
1853+
_PyRuntimeState *runtime = interp->runtime;
18541854
assert(runtime->stoptheworld.world_stopped);
18551855
#endif
18561856

0 commit comments

Comments
 (0)