cpython/Lib/re
Cody Maloney 3001464248
gh-141968: Use take_bytes in re._compiler (#141995)
Removes a copy going from bytearray to bytes.

Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
2025-11-28 17:46:10 +00:00
..
__init__.py gh-140797: Forbid capturing groups in re.Scanner lexicon patterns (GH-140944) 2025-11-04 12:54:28 +02:00
_casefix.py
_compiler.py gh-141968: Use take_bytes in re._compiler (#141995) 2025-11-28 17:46:10 +00:00
_constants.py
_parser.py