Skip to content

Commit a00464b

Browse files
gh-152100: Move re compiler optimizations to Lib/re/_optimizer.py (GH-152154)
Move the compile-time optimizations (_optimize_charset, _compile_charset, _simple, _compile_info and the literal/charset prefix helpers) out of _compiler.py into a new Lib/re/_optimizer.py. _compiler.py keeps only the bytecode emitter and imports them. This is groundwork for a follow-up optimization; there is no behavior change. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent bd4bd3e commit a00464b

3 files changed

Lines changed: 408 additions & 378 deletions

File tree

0 commit comments

Comments
 (0)