cpython/Modules/_sre
Miss Islington (bot) 65c845e065
[3.12] gh-109631: Allow interruption of short repeated regex matches (GH-109867) (#109886)
gh-109631: Allow interruption of short repeated regex matches (GH-109867)

Counting for signal checking now continues in new match from the point where
it ended in the previous match instead of starting from 0.
(cherry picked from commit 8ac2085b80)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2023-10-02 17:36:29 +02:00
..
clinic gh-91524: Speed up the regular expression substitution (#91525) 2022-10-23 15:57:30 -07:00
sre.c [3.12] gh-106524: Fix a crash in _sre.template() (GH-106525) (GH-106544) 2023-07-08 08:12:33 +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