mirror of
https://github.com/python/cpython.git
synced 2026-05-18 10:24:42 -04:00
ec014a101a
When handling \s, \d, or \w (and their inverse) escapes in bytes regexes this a small but measurable performance improvement. <!-- issue-number: [bpo-34636](https://www.bugs.python.org/issue34636) --> https://bugs.python.org/issue34636 <!-- /issue-number -->
Source files for standard library extension modules, and former extension modules that are now builtin modules.