mirror of
https://github.com/python/cpython.git
synced 2026-07-22 18:06:23 -04:00
7db6d4282f
* 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>