0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
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
sre_constants.h
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
sre.c
sre.h [3.12] gh-109631: Allow interruption of short repeated regex matches (GH-109867) (#109886) 2023-10-02 17:36:29 +02:00