]> granicus.if.org Git - python/commit
bpo-37723: Fix performance regression on regular expression parsing. (GH-15030)
authoryannvgn <hi@yannvgn.io>
Wed, 31 Jul 2019 18:50:39 +0000 (20:50 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 31 Jul 2019 18:50:39 +0000 (21:50 +0300)
commit9f55551f3df238e58315e724e50cb0d574d75b94
tree2f9e1111998e94e0c5b212e4250eeb5bbe13ac02
parent1b29af83bc17e773b0c0d117f5fe1018fde46b0d
bpo-37723: Fix performance regression on regular expression parsing. (GH-15030)

Improve performance of sre_parse._uniq function.
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]