mirror of
https://github.com/python/cpython.git
synced 2026-05-08 05:32:01 -04:00
7d091d54c5
* 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 819830f34a)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>