]> granicus.if.org Git - python/commit
another major speedup: let sre.sub/subn check for escapes in the
authorFredrik Lundh <fredrik@pythonware.com>
Mon, 22 Oct 2001 21:18:08 +0000 (21:18 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Mon, 22 Oct 2001 21:18:08 +0000 (21:18 +0000)
commit6de22ef6778c31b3bb06bd05c29207ac0aa86196
tree10dd2d3cc27bfca1580dfda900332fcf49402896
parentd05e051aa7a43e23b214b43cb83e335d12ab3f39
another major speedup: let sre.sub/subn check for escapes in the
template string, and don't call the template compiler if we can
avoid it.
Modules/_sre.c