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