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 37ccb72 commit e5c1336Copy full SHA for e5c1336
Python/pystate.c
@@ -1421,7 +1421,6 @@ static void
1421
free_threadstate(_PyThreadStateImpl *tstate)
1422
{
1423
PyInterpreterState *interp = tstate->base.interp;
1424
-
1425
// The initial thread state of the interpreter is allocated
1426
// as part of the interpreter state so should not be freed.
1427
if (tstate == &interp->_initial_thread) {
0 commit comments