commit | 7db6d4282fafff78c74e7e341b92f09666717772 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Mon Nov 11 17:54:57 2024 +0100 |
committer | GitHub <noreply@github.com> | Mon Nov 11 16:54:57 2024 +0000 |
tree | f3552b73cf89c4929135fb33183146552fbfdae7 | |
parent | fc10908f7dbfa8f0c817ebb5a3a470016409fca4 [diff] |
[3.13] gh-126505: Fix bugs in compiling case-insensitive character classes (GH-126557) (GH-126689) * upper-case non-BMP character was ignored * the ASCII flag was ignored when matching a character range whose upper bound is beyond the BMP region (cherry picked from commit 819830f34a11ecaa3aada174ca8eedeb3f260630) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>