Skip to content

Commit 5a5ecc9

Browse files
committed
fix
1 parent 39645d7 commit 5a5ecc9

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
@@ -1424,7 +1424,6 @@ static void
14241424
free_threadstate(_PyThreadStateImpl *tstate)
14251425
{
14261426
PyInterpreterState *interp = tstate->base.interp;
1427-
14281427
// The initial thread state of the interpreter is allocated
14291428
// as part of the interpreter state so should not be freed.
14301429
if (tstate == &interp->_initial_thread) {

0 commit comments

Comments
 (0)