Calls to functions in templates are now intercepted for StopIteration.
authorArmin Ronacher <armin.ronacher@active-4.com>
Sat, 5 Jun 2010 12:32:06 +0000 (14:32 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sat, 5 Jun 2010 12:32:06 +0000 (14:32 +0200)
commit3351a93bf752825a15acdbcc37719cbee63718ef
tree98bffc94a1588918ddd07c5ac816f97e3159a134
parentf60232d52b71555e48b6c799f01e512cffa7429c
Calls to functions in templates are now intercepted for StopIteration.
Improved performance of macro call slightly.

--HG--
branch : trunk
jinja2/runtime.py
jinja2/testsuite/api.py