Skip to content

Commit e5c1336

Browse files
committed
fix
1 parent 37ccb72 commit e5c1336

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/pystate.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1421,7 +1421,6 @@ static void
14211421
free_threadstate(_PyThreadStateImpl *tstate)
14221422
{
14231423
PyInterpreterState *interp = tstate->base.interp;
1424-
14251424
// The initial thread state of the interpreter is allocated
14261425
// as part of the interpreter state so should not be freed.
14271426
if (tstate == &interp->_initial_thread) {

0 commit comments

Comments
 (0)