-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
gh-109631: Allow interruption of short repeated regex matches #109867
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
gh-109631: Allow interruption of short repeated regex matches #109867
Conversation
Counting for signal checking now continues in new match from the point where it ended in the previous match instead of starting from 0.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice and simple.
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
…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 <[email protected]>
…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 <[email protected]>
GH-109885 is a backport of this pull request to the 3.11 branch. |
GH-109886 is a backport of this pull request to the 3.12 branch. |
…H-109867) (GH-109885) 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 <[email protected]>
…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.
…H-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 8ac2085) Co-authored-by: Serhiy Storchaka <[email protected]>
…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.
Counting for signal checking now continues in new match from the point where it ended in the previous match instead of starting from 0.