Skip to content

Commit 513d011

Browse files
Remove redundant code.
1 parent ef59495 commit 513d011

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/ceval_gil.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,6 @@ clear_pending_handling_thread(struct _pending_calls *pending)
910910
FT_MUTEX_LOCK(&pending->mutex);
911911
pending->handling_thread = NULL;
912912
FT_MUTEX_UNLOCK(&pending->mutex);
913-
pending->handling_thread = NULL;
914913
}
915914

916915
static int

0 commit comments

Comments
 (0)