FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix syntax error · python/cpython@c61ba72 · GitHub

/ cpython Public

Commit c61ba72

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎Modules/_sre/sre.c‎

Lines changed: 1 addition & 1 deletion
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)

Back | FazBrowse Home | New Git URL