-
-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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
SystemError in re.match with a "*+" pattern #101955
Labels
3.11
only security fixes
3.12
bugs and 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: <[email protected]>
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 <[email protected]> Co-authored-by: <[email protected]>
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 <[email protected]> Co-authored-by: <[email protected]>
Thanks @wjssz. The final code is his contribution. |
serhiy-storchaka
added a commit
that referenced
this issue
Nov 18, 2024
…ative and group (GH-111362) (GH-126963) (cherry picked from commit f9c5573) Co-authored-by: Serhiy Storchaka <[email protected]>
serhiy-storchaka
added a commit
that referenced
this issue
Nov 18, 2024
…ative and group (GH-111362) (GH-126962) (cherry picked from commit f9c5573) Co-authored-by: Serhiy Storchaka <[email protected]>
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
bugs and 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: