Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.12] gh-109631: Allow interruption of short repeated regex matches (GH-109867) #109886

Merged
merged 1 commit into from
Oct 2, 2023

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Sep 26, 2023

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 8ac2085)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

…ythonGH-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 8ac2085)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@bedevere-app bedevere-app bot added the type-bug An unexpected behavior, bug, or error label Sep 26, 2023
@serhiy-storchaka serhiy-storchaka linked an issue Sep 30, 2023 that may be closed by this pull request
@Yhg1s Yhg1s merged commit 65c845e into python:3.12 Oct 2, 2023
26 checks passed
@miss-islington miss-islington deleted the backport-8ac2085-3.12 branch October 2, 2023 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Short repeated regex patterns can skip signal handling
3 participants