cpython/Modules/_sre
Miss Islington (bot) c1e8e90915
[3.12] gh-110590: Fix a bug where _sre.compile would overwrite exceptions (GH-110591) (#110613)
TypeError would be overwritten by OverflowError
if 'code' param contained non-ints.
(cherry picked from commit 344d3a222a)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
2023-10-10 10:55:21 +00:00
..
clinic gh-91524: Speed up the regular expression substitution (#91525) 2022-10-23 15:57:30 -07:00
sre.c [3.12] gh-110590: Fix a bug where _sre.compile would overwrite exceptions (GH-110591) (#110613) 2023-10-10 10:55:21 +00:00
sre.h [3.12] gh-109631: Allow interruption of short repeated regex matches (GH-109867) (#109886) 2023-10-02 17:36:29 +02:00
sre_constants.h gh-91524: Speed up the regular expression substitution (#91525) 2022-10-23 15:57:30 -07:00
sre_lib.h [3.12] gh-109631: Allow interruption of short repeated regex matches (GH-109867) (#109886) 2023-10-02 17:36:29 +02:00
sre_targets.h gh-97669: Create Tools/build/ directory (#97963) 2022-10-17 12:01:00 +02:00