]> git.ipfire.org Git - thirdparty/jinja.git/commit
Swap out the old parser with the new one
authorKevin <kevin@kevin-brown.com>
Thu, 14 May 2020 01:50:10 +0000 (21:50 -0400)
committerKevin <kevin@kevin-brown.com>
Thu, 14 May 2020 02:01:54 +0000 (22:01 -0400)
commitfa7c886eaf8aa074180d0b09dcbbae1f3154177b
tree59b340493a9a4ef45bf8d2b22b3f0f4a0774052a
parentd12c147d560dee47701b2f38ad3f5f54eec47376
Swap out the old parser with the new one

This will allow us to figure out where the gaps are within the test
suite and also start running a comparison on the timing changes.
src/jinja2/new_parser.py
src/jinja2/parser.py