diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2023-10-26 15:07:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-26 15:07:06 (GMT) |
commit | 309efb39dc005a834bb67e9a6f27b6689f00ec9d (patch) | |
tree | 05e3828927ad56ad914c08c40b28b653fa280315 /Python | |
parent | 67a91f78e4395148afcc33e5cd6f3f0a9623e63a (diff) | |
download | cpython-309efb39dc005a834bb67e9a6f27b6689f00ec9d.zip cpython-309efb39dc005a834bb67e9a6f27b6689f00ec9d.tar.gz cpython-309efb39dc005a834bb67e9a6f27b6689f00ec9d.tar.bz2 |
gh-111259: Optimize recursive wildcards in pathlib (GH-111303)
Regular expression pattern `(?s:.)` is much faster than `[\s\S]`.
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions