]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37723: Fix performance regression on regular expression parsing. (GH-15030)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 31 Jul 2019 20:22:19 +0000 (13:22 -0700)
committerGitHub <noreply@github.com>
Wed, 31 Jul 2019 20:22:19 +0000 (13:22 -0700)
commit33b700ba8cbb128519442eeed8c8747ff73f4524
tree5043941ed33d983864ec999b3eab28c222e00805
parent353306137176985f1a2995ff964b0c00eccd1434
bpo-37723: Fix performance regression on regular expression parsing. (GH-15030)

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

Co-authored-by: yannvgn <hi@yannvgn.io>
Lib/sre_parse.py
Misc/ACKS
Misc/NEWS.d/next/Library/2019-07-31-16-49-01.bpo-37723.zq6tw8.rst [new file with mode: 0644]