We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d765dc1 commit e7ca3efCopy full SHA for e7ca3ef
1 file changed
Misc/NEWS.d/next/Library/2026-05-05-18-39-52.gh-issue-149427.0ggedQ.rst
@@ -0,0 +1,3 @@
1
+Speed up :func:`re.compile` of patterns with character ranges by replacing
2
+the per-byte loop in :mod:`!re._compiler` with a single bytearray slice
3
+fill.
0 commit comments