]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Complete the previous effort to factor out constant expressions
authorRaymond Hettinger <python@rcn.com>
Mon, 28 Feb 2005 19:27:52 +0000 (19:27 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 28 Feb 2005 19:27:52 +0000 (19:27 +0000)
commit049ade2997aee8cd6564e05d29dbe0b390ebf27b
tree986f3e9f04a722e98cbd8cfb3f501531834898a1
parent9533e3402433245489bcf55adf1e134ca71b4798
Complete the previous effort to factor out constant expressions
and improve the speed of the if/elif/else blocks.
Lib/sre_compile.py
Lib/sre_parse.py