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

gh-119344: Make critical section API public by colesbury · Pull Request #119353 · python/cpython · GitHub

/ cpython Public
Prev Previous commit
Next Next commit
Fix syntax error
  • Loading branch information
colesbury committed Jun 20, 2024
commit c61ba72b3d1c7f41957f88c2bf47aa0d3133a3a1
2 changes: 1 addition & 1 deletion Modules/_sre/sre.c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -2371,7 +2371,7 @@ _sre_SRE_Match_groupdict_impl(MatchObject *self, PyObject *default_value)
goto exit;
}
}
exit:
exit:;
Py_END_CRITICAL_SECTION();

return result;
Expand Down

Back | FazBrowse Home | New Git URL