Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The rationale for this change is as follows: re.escape() is only used to cache single Unicode characters in shell patterns; we may heuristically assume that they are ISO-8859-1 encodable, thereby requiring a cache of size 256. To allow non-traditional glyphs (or alphabets with a small number of common glpyhs), we double the cache size.
- Loading branch information