Skip to content

Commit c61ba72

Browse files
committed
Fix syntax error
1 parent 4c7df8d commit c61ba72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_sre/sre.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2371,7 +2371,7 @@ _sre_SRE_Match_groupdict_impl(MatchObject *self, PyObject *default_value)
23712371
goto exit;
23722372
}
23732373
}
2374-
exit:
2374+
exit:;
23752375
Py_END_CRITICAL_SECTION();
23762376

23772377
return result;

0 commit comments

Comments
 (0)