Skip to content

Commit 5e25ba9

Browse files
Update Python/pystate.c
Co-authored-by: Sam Gross <colesbury@gmail.com>
1 parent 4b446e7 commit 5e25ba9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/pystate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3452,7 +3452,7 @@ PyInterpreterGuard_FromView(PyInterpreterView *view)
34523452
return NULL;
34533453
}
34543454

3455-
assert(guard == NULL || guard->interp != NULL);
3455+
assert(guard->interp != NULL);
34563456
return guard;
34573457
}
34583458

0 commit comments

Comments
 (0)