-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
SystemError in re.match with a "*+" pattern #101955
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
Labels
3.11
only security fixes
3.12
only security fixes
topic-regex
type-bug
An unexpected behavior, bug, or error
Comments
Should set |
I'll look into it |
Please go a head |
If you don't know much about |
serhiy-storchaka
added a commit
to serhiy-storchaka/cpython
that referenced
this issue
Oct 26, 2023
serhiy-storchaka
added a commit
that referenced
this issue
Nov 18, 2024
…nd group (GH-111362) Co-authored-by: <wjssz@users.noreply.github.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Nov 18, 2024
…tive and group (pythonGH-111362) (cherry picked from commit f9c5573) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> Co-authored-by: <wjssz@users.noreply.github.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Nov 18, 2024
…tive and group (pythonGH-111362) (cherry picked from commit f9c5573) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> Co-authored-by: <wjssz@users.noreply.github.com>
Thanks @wjssz. The final code is his contribution. |
serhiy-storchaka
added a commit
that referenced
this issue
Nov 18, 2024
serhiy-storchaka
added a commit
that referenced
this issue
Nov 18, 2024
ebonnal
pushed a commit
to ebonnal/cpython
that referenced
this issue
Jan 12, 2025
…tive and group (pythonGH-111362) Co-authored-by: <wjssz@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
3.11
only security fixes
3.12
only security fixes
topic-regex
type-bug
An unexpected behavior, bug, or error
Bug report
The following code raises a SystemError.
Error message:
((x)|y|z)++
gives the same error but(?>((x)|y|z)*)
does not.Your environment
Python 3.11.2 (tags/v3.11.2:878ead1, Feb 7 2023, 16:38:35) [MSC v.1934 64 bit (AMD64)] on win32
Linked PRs
The text was updated successfully, but these errors were encountered: