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

gh-91575: Update case-insensitive matching in re to the latest Unicode version #91580

Merged

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Apr 15, 2022

Fixes #91575.

@serhiy-storchaka serhiy-storchaka added topic-regex 3.11 only security fixes 3.10 only security fixes 3.9 only security fixes labels Apr 15, 2022
@serhiy-storchaka serhiy-storchaka added the type-bug An unexpected behavior, bug, or error label Apr 15, 2022
@serhiy-storchaka serhiy-storchaka merged commit 1c2fceb into python:main Apr 18, 2022
@serhiy-storchaka serhiy-storchaka deleted the re-ignore-case-newer-unicode branch April 18, 2022 09:26
@serhiy-storchaka serhiy-storchaka added needs backport to 3.9 only security fixes needs backport to 3.10 only security fixes and removed 3.11 only security fixes 3.10 only security fixes 3.9 only security fixes labels Apr 18, 2022
@miss-islington
Copy link
Contributor

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry, @serhiy-storchaka, I could not cleanly backport this to 3.9 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 1c2fcebf3c5e2ab41d376bb481834445617c8f3c 3.9

@miss-islington
Copy link
Contributor

Sorry @serhiy-storchaka, I had trouble checking out the 3.10 backport branch.
Please backport using cherry_picker on command line.
cherry_picker 1c2fcebf3c5e2ab41d376bb481834445617c8f3c 3.10

serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request Apr 18, 2022
…latest Unicode version (pythonGH-91580).

(cherry picked from commit 1c2fceb)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label Apr 18, 2022
@bedevere-bot
Copy link

GH-91661 is a backport of this pull request to the 3.10 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Apr 22, 2022
…latest Unicode version (pythonGH-91580). (pythonGH-91661)

(cherry picked from commit 1c2fceb)
(cherry picked from commit 1748816)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
serhiy-storchaka added a commit that referenced this pull request Apr 22, 2022
serhiy-storchaka added a commit that referenced this pull request Apr 22, 2022
…Unicode version (GH-91580). (GH-91661) (GH-91837)

(cherry picked from commit 1c2fceb)
(cherry picked from commit 1748816)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@serhiy-storchaka serhiy-storchaka removed the needs backport to 3.9 only security fixes label Apr 25, 2022
@serhiy-storchaka serhiy-storchaka removed their assignment Apr 25, 2022
hello-adam pushed a commit to hello-adam/cpython that referenced this pull request Jun 2, 2022
…atest Unicode version (pythonGH-91580). (pythonGH-91661) (pythonGH-91837)

(cherry picked from commit 1c2fceb)
(cherry picked from commit 1748816)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic-regex type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Outdated Unicode data in the re module
3 participants