Skip to content

Commit 1784071

Browse files
committed
1 parent cab079e commit 1784071

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Modules/faulthandler.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,9 @@ faulthandler_dump_c_stack(int fd)
224224
{
225225
static volatile int reentrant = 0;
226226

227-
if (reentrant)
227+
if (reentrant) {
228228
return;
229+
}
229230

230231
reentrant = 1;
231232

0 commit comments

Comments
 (0)