Skip to content

Commit

Permalink
PEP-7
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroIntensity committed Jan 27, 2025
1 parent cab079e commit 1784071
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Modules/faulthandler.c
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,9 @@ faulthandler_dump_c_stack(int fd)
{
static volatile int reentrant = 0;

if (reentrant)
if (reentrant) {
return;
}

reentrant = 1;

Expand Down

0 comments on commit 1784071

Please sign in to comment.