Skip to content

[3.8] bpo-37723: Fix performance regression on regular expression parsing. (GH-15030)#15059

Merged
miss-islington merged 1 commit into
python:3.8from
miss-islington:backport-9f55551-3.8
Jul 31, 2019
Merged

[3.8] bpo-37723: Fix performance regression on regular expression parsing. (GH-15030)#15059
miss-islington merged 1 commit into
python:3.8from
miss-islington:backport-9f55551-3.8

Conversation

@miss-islington

@miss-islington miss-islington commented Jul 31, 2019

Copy link
Copy Markdown
Contributor

Improve performance of sre_parse._uniq function.
(cherry picked from commit 9f55551)

Co-authored-by: yannvgn hi@yannvgn.io

https://bugs.python.org/issue37723

…ythonGH-15030)

Improve performance of sre_parse._uniq function.
(cherry picked from commit 9f55551)

Co-authored-by: yannvgn <hi@yannvgn.io>
@miss-islington

Copy link
Copy Markdown
Contributor Author

@yannvgn and @serhiy-storchaka: Status check is done, and it's a success ✅ .

2 similar comments
@miss-islington

Copy link
Copy Markdown
Contributor Author

@yannvgn and @serhiy-storchaka: Status check is done, and it's a success ✅ .

@miss-islington

Copy link
Copy Markdown
Contributor Author

@yannvgn and @serhiy-storchaka: Status check is done, and it's a success ✅ .

@miss-islington
miss-islington merged commit 77fcccb into python:3.8 Jul 31, 2019
@miss-islington
miss-islington deleted the backport-9f55551-3.8 branch July 31, 2019 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

performance Performance or resource usage

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants